Skip to content

Commit

Permalink
Add new general purpose issue template and reorder templates (#6421)
Browse files Browse the repository at this point in the history
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
BlackYps authored Sep 20, 2024
1 parent 56274c4 commit cffa69a
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
- 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 questions, suggestions, or bugs, please submit them in separate issues.
- We accept pull request. If you know how to fix it - go ahead!
- We accept pull requests. If you know how to fix it - go ahead!
Please provide the following details about the issue you encountered. *Issues that do not provide the information requested in this form will be flagged as **incomplete** & automatically closed.*
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-balance_idea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
- 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 Idea's or suggestions, please submit them in separate issues.
- We accept pull request. If you know how to fix it - go ahead!
- We accept pull requests. If you know how to fix it - go ahead!
Please bare in mind that any Balance Idea's are subject to balance team approval.
- type: markdown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ body:
- 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 Idea's or suggestions, please submit them in separate issues.
- We accept pull request. If you know how to fix it - go ahead!
- If you have multiple ideas 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:
Expand Down
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/4-general-issue.yml
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._
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Contributors template
description: Template for an extensive description of the issue to solve.
description: Template for an extensive description, to enable other contributors to work on a feature.
labels: ["status: novel issue"]

body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/6-nav_mesh_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
- 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 Idea's or suggestions, please submit them in separate issues.
- We accept pull request. If you know how to fix it - go ahead!
- We accept pull requests. If you know how to fix it - go ahead!
# Describe
- type: textarea
id: describe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
- 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 Idea's or suggestions, please submit them in separate issues.
- We accept pull request. If you know how to fix it - go ahead!
- We accept pull requests. If you know how to fix it - go ahead!
# Faction Selection
- type: dropdown
Expand Down

0 comments on commit cffa69a

Please sign in to comment.