添加 .gitea/ISSUE_TEMPLATE/memo.yaml
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
name: "Memo"
|
||||
about: "快速记录一条想法"
|
||||
title: ""
|
||||
labels:
|
||||
- "status/inbox"
|
||||
- "type/memo"
|
||||
body:
|
||||
- type: textarea
|
||||
id: memo
|
||||
attributes:
|
||||
label: "Memo"
|
||||
hide_label: true
|
||||
description: "像 flomo 一样写一条短记。可以使用 #tag、链接、Markdown。"
|
||||
placeholder: "今天想到……"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: source
|
||||
attributes:
|
||||
label: "来源"
|
||||
placeholder: "web / mobile / chat / reading"
|
||||
|
||||
- type: dropdown
|
||||
id: visibility
|
||||
attributes:
|
||||
label: "类型"
|
||||
options:
|
||||
- idea
|
||||
- log
|
||||
- bookmark
|
||||
- todo
|
||||
- quote
|
||||
Reference in New Issue
Block a user