Adjust issue templates

This commit is contained in:
Raffson 2022-12-19 22:01:50 +01:00
parent c114256b82
commit 4f9c7a7370
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
5 changed files with 52 additions and 25 deletions

View 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

View File

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

View File

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

View 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.

View File

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