add issue template

This commit is contained in:
Zichao Lin 2023-11-25 15:59:12 +08:00
parent 59f573bb34
commit 7fcd6683f3
Signed by: earthjasonlin
GPG Key ID: 406D9913DE2E42FB
2 changed files with 19 additions and 4 deletions

18
.github/ISSUE_TEMPLATE/new.yml vendored Normal file

@ -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

3
.gitignore vendored

@ -1,5 +1,2 @@
.vscode/
img/
*.htaccess
track.php
data.php