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