Merge pull request #886 from cytopia/issue-template-bug

Adjust templates
This commit is contained in:
cytopia 2022-04-01 06:04:11 +02:00 committed by GitHub
commit 7a13143b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 8 deletions

View File

@ -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

View File

@ -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