commit a38e01340c6f101a3299933a0f6e70543fae0176 Author: gentilx <1760618289@qq.com> Date: Sun May 31 00:13:04 2026 +0800 添加 .gitea/ISSUE_TEMPLATE/memo.yaml diff --git a/.gitea/ISSUE_TEMPLATE/memo.yaml b/.gitea/ISSUE_TEMPLATE/memo.yaml new file mode 100644 index 0000000..93f760b --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/memo.yaml @@ -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 \ No newline at end of file