mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update issue templates according to new labels
This commit is contained in:
parent
62d1a89269
commit
7267b70066
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -3,7 +3,7 @@ name: Bug report
|
|||||||
description: >
|
description: >
|
||||||
Use for any bug that happens after campaign generation. If the New Game wizard
|
Use for any bug that happens after campaign generation. If the New Game wizard
|
||||||
failed, use the "New Game wizard failed" template instead.
|
failed, use the "New Game wizard failed" template instead.
|
||||||
labels: bug
|
labels: ["Bug", "Priority Medium"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/campaign_update.md
vendored
2
.github/ISSUE_TEMPLATE/campaign_update.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Campaign update submission
|
name: Campaign update submission
|
||||||
about: Submit an update to a campaign you maintain.
|
about: Submit an update to a campaign you maintain.
|
||||||
title: 'Update for <campaign name>'
|
title: 'Update for <campaign name>'
|
||||||
labels: campaign-update-submission
|
labels: Campaign Update Submission
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/code_architecture.yml
vendored
2
.github/ISSUE_TEMPLATE/code_architecture.yml
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Code Architecture
|
name: Code Architecture
|
||||||
description: >
|
description: >
|
||||||
Suggest a refactor, or other issues related to the codebase.
|
Suggest a refactor, or other issues related to the codebase.
|
||||||
labels: ["refactor", "python"]
|
labels: ["Refactor", "Python", "Priority Low"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: >
|
description: >
|
||||||
Suggest an idea for this project.
|
Suggest an idea for this project.
|
||||||
labels: enhancement
|
labels: ["Enhancement", "Priority Medium"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/mod_support.md
vendored
2
.github/ISSUE_TEMPLATE/mod_support.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Mod support request
|
name: Mod support request
|
||||||
about: Request Retribution support for new mods, or updates to existing mods
|
about: Request Retribution support for new mods, or updates to existing mods
|
||||||
title: Add/update <mod name>
|
title: Add/update <mod name>
|
||||||
labels: mod support
|
labels: Mod Request
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/new-game-bug.yml
vendored
2
.github/ISSUE_TEMPLATE/new-game-bug.yml
vendored
@ -3,7 +3,7 @@ name: New Game wizard failed
|
|||||||
description: >
|
description: >
|
||||||
Use for bugs that prevent the "New Game" wizard from completing successfully.
|
Use for bugs that prevent the "New Game" wizard from completing successfully.
|
||||||
If the wizard completes without issue, use the normal bug report template.
|
If the wizard completes without issue, use the normal bug report template.
|
||||||
labels: bug
|
labels: ["Bug", "Priority High"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user