mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Adjust issue templates
This commit is contained in:
parent
c114256b82
commit
4f9c7a7370
17
.github/ISSUE_TEMPLATE/code_architecture.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/code_architecture.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
name: Code Architecture
|
||||||
|
description: >
|
||||||
|
Suggest a refactor, or other issues related to the codebase.
|
||||||
|
labels: ["refactor", "python"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: >
|
||||||
|
Before filing, please search the issues to see if the problem has already been reported.
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe your proposal.
|
||||||
|
description: >
|
||||||
|
Indicate where the issue lies and briefly explain how you plan to tackle it.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,12 +1,12 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: FAQ
|
- name: FAQ
|
||||||
url: https://discord.gg/PXHA6AXw
|
url: https://discord.gg/b4x34Bg4We
|
||||||
about: Check to see if your issue is in the FAQ.
|
about: Check to see if your issue is in the FAQ.
|
||||||
- name: Manual
|
- name: Manual
|
||||||
url: https://github.com/dcs-liberation/dcs_liberation/wiki/
|
url: https://github.com/dcs-retribution/dcs-retribution/wiki/
|
||||||
- name: Feature blocking DCS AI bugs
|
- name: Feature blocking DCS AI bugs
|
||||||
url: https://github.com/dcs-liberation/dcs_liberation#dcs-bugs
|
url: https://github.com/dcs-retribution/dcs-retribution#dcs-bugs
|
||||||
about: >
|
about: >
|
||||||
A list of known DCS bugs that prevent us from improving AI behavior. Check
|
A list of known DCS bugs that prevent us from improving AI behavior. Check
|
||||||
the list before filing AI bugs here to see if it's something we know about
|
the list before filing AI bugs here to see if it's something we know about
|
||||||
|
|||||||
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: ''
|
|
||||||
labels: enhancement
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Before filing, please search the issue tracker to see if this feature has already been requested.
|
|
||||||
|
|
||||||
If requesting a DCS AI feature, check If reporting a DCS AI bug, check https://github.com/dcs-retribution/dcs-retribution#dcs-bugs.
|
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
31
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
31
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
description: >
|
||||||
|
Suggest an idea for this project.
|
||||||
|
labels: enhancement
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: >
|
||||||
|
Before filing, please search the issue tracker to see if this feature has already been requested.
|
||||||
|
If requesting a DCS AI feature, check If reporting a DCS AI bug,
|
||||||
|
check https://github.com/dcs-retribution/dcs-retribution#dcs-bugs.
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Is your feature request related to a problem? Please describe.
|
||||||
|
description: >
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the solution you'd like
|
||||||
|
description: >
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: >
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
2
.github/ISSUE_TEMPLATE/mod_support.md
vendored
2
.github/ISSUE_TEMPLATE/mod_support.md
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Mod support request
|
name: Mod support request
|
||||||
about: Request Liberation 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 support
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user