add issue template
This commit is contained in:
parent
59f573bb34
commit
7fcd6683f3
18
.github/ISSUE_TEMPLATE/new.yml
vendored
Normal file
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
3
.gitignore
vendored
@ -1,5 +1,2 @@
|
|||||||
.vscode/
|
.vscode/
|
||||||
img/
|
|
||||||
*.htaccess
|
*.htaccess
|
||||||
track.php
|
|
||||||
data.php
|
|
Loading…
x
Reference in New Issue
Block a user