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
1111489f95
3 changed files with 68 additions and 0 deletions
67
.gitea/issue_template/bug.yml
Normal file
67
.gitea/issue_template/bug.yml
Normal file
|
@ -0,0 +1,67 @@
|
|||
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 the things that did go wrong!
|
||||
value: ...happened
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Reproduction
|
||||
description: please provides us with a step by step list on how to reproduce the bug.
|
||||
placeholder: |
|
||||
1. Step 1
|
||||
1. Step 2
|
||||
1. Step 3
|
||||
1. Bug happens here
|
||||
|
||||
- type: dropdown
|
||||
id: system-try
|
||||
attributes:
|
||||
label: System
|
||||
description: On which Systems did you try to reproduce this bug?
|
||||
multiple: true
|
||||
options:
|
||||
- Linux
|
||||
- BSD
|
||||
- MacOS
|
||||
- Windows
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: system-reproducable
|
||||
attributes:
|
||||
label: System
|
||||
description: On which Systems where you able to reproduce this bug?
|
||||
multiple: true
|
||||
options:
|
||||
- Linux
|
||||
- BSD
|
||||
- MacOS
|
||||
- Windows
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow the Code of Conduct
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
visible: [form]
|
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