From 7fcd6683f3d82dee9a4427300bba93accd0df230 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sat, 25 Nov 2023 15:59:12 +0800 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/new.yml | 18 ++++++++++++++++++ .gitignore | 5 +---- 2 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/new.yml diff --git a/.github/ISSUE_TEMPLATE/new.yml b/.github/ISSUE_TEMPLATE/new.yml new file mode 100644 index 0000000..5a402d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new.yml @@ -0,0 +1,18 @@ +name: 提交句子 +description: 提交一个新的句子 +title: "[New]: Sentence" +body: + - type: textarea + id: sentence + attributes: + label: 句子 + description: 你的句子是什么,请不要在句尾加句号 + validations: + required: true + - type: textarea + id: author + attributes: + label: 作者 + description: 这个句子是哪位角色说的 + validations: + required: true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 89a8853..4310aab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ .vscode/ -img/ -*.htaccess -track.php -data.php \ No newline at end of file +*.htaccess \ No newline at end of file