mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 05:17:53 +00:00
Merge pull request #886 from cytopia/issue-template-bug
Adjust templates
This commit is contained in:
commit
7a13143b4f
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -19,19 +19,26 @@ body:
|
|||||||
description: Please invest some time and check if this bug is already mentioned or documented elsewhere (You may select more than one).
|
description: Please invest some time and check if this bug is already mentioned or documented elsewhere (You may select more than one).
|
||||||
options:
|
options:
|
||||||
- label: I have checked the [Troubleshooting Guide](https://devilbox.readthedocs.io/en/latest/support/troubleshooting.html)
|
- label: I have checked the [Troubleshooting Guide](https://devilbox.readthedocs.io/en/latest/support/troubleshooting.html)
|
||||||
- label: I have checked the [Devilbox Forum](https://devilbox.discourse.group/)
|
- label: I have checked [Release notes](https://github.com/cytopia/devilbox/releases) for potential migration steps
|
||||||
- label: I have googled this bug already with no luck
|
|
||||||
- label: I have checked [existing issues](https://github.com/cytopia/devilbox/issues) for similar bugs
|
- label: I have checked [existing issues](https://github.com/cytopia/devilbox/issues) for similar bugs
|
||||||
- label: I have checked [Release notes](https://github.com/cytopia/devilbox/releases)
|
- label: I have googled this bug already with no luck
|
||||||
- label: I have not done anything yet
|
- label: I have not done any of the above
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Error message
|
||||||
|
description: If you encountered any error message, copy and paste it here. This will be used for googling the issue.
|
||||||
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: What is the bug?
|
label: What went wrong?
|
||||||
description: What exactly is the bug or what went wrong?
|
description: What exactly went wrong of what bug did you encounter?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -47,7 +54,7 @@ body:
|
|||||||
id: steps-to-reproduce
|
id: steps-to-reproduce
|
||||||
attributes:
|
attributes:
|
||||||
label: How can we reproduce the bug?
|
label: How can we reproduce the bug?
|
||||||
description: "How do you trigger this bug? Please walk us through it step by step (This is crucial in order to triage the bug)."
|
description: How do you trigger this bug? Please walk us through it step by step in detail. This is crucial in order to triage the bug and support you in resolving it.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/howto.yml
vendored
2
.github/ISSUE_TEMPLATE/howto.yml
vendored
@ -24,7 +24,7 @@ body:
|
|||||||
- label: I have checked the [Devilbox Forum](https://devilbox.discourse.group/)
|
- label: I have checked the [Devilbox Forum](https://devilbox.discourse.group/)
|
||||||
- label: I have checked [existing issues](https://github.com/cytopia/devilbox/issues)
|
- label: I have checked [existing issues](https://github.com/cytopia/devilbox/issues)
|
||||||
- label: I have googled already with no luck
|
- label: I have googled already with no luck
|
||||||
- label: I have not done anything yet
|
- label: I have not done any of the above
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user