parent
50282fb2df
commit
65cf86ff40
3 changed files with 35 additions and 48 deletions
1
.github/issue_template/config.yml
vendored
Normal file
1
.github/issue_template/config.yml
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
blank_issues_enabled: false
|
||||
34
.github/issue_template/issue.yml
vendored
Normal file
34
.github/issue_template/issue.yml
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
name: Issue Report
|
||||
description: for issues (bugs, annoyances, crashes and similar).
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Let's report an issue. |
|
||||
Suggestions, feature requests, questions, showcase or anything else? Go to the Discussions section.
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to Reproduce (if applicable)
|
||||
- type: textarea
|
||||
id: info
|
||||
attributes:
|
||||
label: Additional Information
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Furnace version? (help > about)
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: This is an issue
|
||||
description: By submitting this issue, you affirm that this is an actual issue (not a suggestion, question or otherwise non-issue).
|
||||
options:
|
||||
- label: I hereby certify that the ticket I am submitting is an issue.
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue