Issues Forms (#304)

* Issues Forms

* Fix mistake

* Delete title
This commit is contained in:
Mysterious_Dev
2021-09-12 04:26:15 +02:00
committed by GitHub
parent 5ccd40f530
commit 4108d7827a
4 changed files with 69 additions and 44 deletions

41
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View File

@@ -0,0 +1,41 @@
name: Bug report
description: Create a report to help us improve knossos
labels: [bug]
body:
- type: dropdown
attributes:
label: Environment
options:
- Staging
- Website
validations:
required: false
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: false
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false