-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new general purpose issue template and reorder templates (#6421)
Our issue templates lack a general purpose form that covers for example changes to existing features. That is not a bug report and not really a feature request. So I added a general purpose template. I also reordered the templates to have the specific and probably rarely used ones at the bottom. (Assuming the templates show up in alphabetical order of the yml files)
- Loading branch information
Showing
7 changed files
with
46 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: General issue | ||
description: Create an issue for purposes not covered by the other templates | ||
labels: ["status: novel issue"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time in submitting an issue. | ||
- This repository is maintained by volunteers, it may take a while for them to come back to you. | ||
- Remember to include sufficient details and context. | ||
- If you have multiple problems or suggestions, please submit them in separate issues. | ||
- We accept pull requests. If you know how to fix it - go ahead! | ||
- type: textarea | ||
id: describe | ||
attributes: | ||
label: Describe the issue | ||
description: A clear and concise description of what the issue is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: If applicable, a clear and concise description of what you expect to happen in various scenarios. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: images | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain the issue. | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
_This issue will be read by people that are unable to look into your thoughts - this request is all they have to understand the situation. The more precise your request, the easier it becomes for us to help you._ |
2 changes: 1 addition & 1 deletion
2
...SSUE_TEMPLATE/3-contributors_template.yml → ...SSUE_TEMPLATE/5-contributors_template.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters