From a38e01340c6f101a3299933a0f6e70543fae0176 Mon Sep 17 00:00:00 2001 From: gentilx <1760618289@qq.com> Date: Sun, 31 May 2026 00:13:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/ISSUE=5FTEMPLATE/me?= =?UTF-8?q?mo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/memo.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .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