Add Issue templates
All checks were successful
Quality Check / Quality Checks (push) Successful in 2s
All checks were successful
Quality Check / Quality Checks (push) Successful in 2s
This commit is contained in:
parent
2e94b0c9af
commit
1b7913b493
3 changed files with 18 additions and 0 deletions
17
.gitea/issue_template/bug.yml
Normal file
17
.gitea/issue_template/bug.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Bug Report
|
||||
about: Found a bug? Tell us about it!
|
||||
title: "[BUG]: "
|
||||
labels:
|
||||
- "type/bug"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for taking the time to file this bug report!
|
||||
- type: textarea
|
||||
id: what-happend
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Tell us about it!
|
||||
value: ...happened
|
||||
validations:
|
||||
required: true
|
1
.gitea/issue_template/config.yml
Normal file
1
.gitea/issue_template/config.yml
Normal file
|
@ -0,0 +1 @@
|
|||
blank_issues_enabled: false
|
0
.gitea/issue_template/feature_request.yml
Normal file
0
.gitea/issue_template/feature_request.yml
Normal file
Loading…
Reference in a new issue