Add empty issue template
This commit is contained in:
parent
57b2f000c7
commit
649a3d7479
1 changed files with 19 additions and 0 deletions
19
.gitea/issue_template/empty.yml
Normal file
19
.gitea/issue_template/empty.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: "👾 Empty"
|
||||
about: "A clean slate. Only use this one for specific, special cases."
|
||||
title: "empty: "
|
||||
labels:
|
||||
- "Empty"
|
||||
body:
|
||||
- type: "markdown"
|
||||
id: "introduction"
|
||||
attributes:
|
||||
value: |
|
||||
This issue template is meant for specific, special cases, where an empty issue template may be wanted.
|
||||
You should *NOT* use this template to write bug reports, feature or help requests.
|
||||
This issue template should ideally only be used by the repository maintainer.
|
||||
- type: "textarea"
|
||||
id: "content"
|
||||
attributes:
|
||||
description: "Write your issue content here."
|
||||
validations:
|
||||
required: true
|
Loading…
Reference in a new issue