From 4f9c7a73704022c93474d6419f77f58bafec5128 Mon Sep 17 00:00:00 2001 From: Raffson Date: Mon, 19 Dec 2022 22:01:50 +0100 Subject: [PATCH] Adjust issue templates --- .github/ISSUE_TEMPLATE/code_architecture.yml | 17 +++++++++++ .github/ISSUE_TEMPLATE/config.yml | 6 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 21 ------------- .github/ISSUE_TEMPLATE/feature_request.yml | 31 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/mod_support.md | 2 +- 5 files changed, 52 insertions(+), 25 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/code_architecture.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/code_architecture.yml b/.github/ISSUE_TEMPLATE/code_architecture.yml new file mode 100644 index 00000000..9bb59cd1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/code_architecture.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d0eca85e..5cf8ceb9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,12 +1,12 @@ blank_issues_enabled: false contact_links: - name: FAQ - url: https://discord.gg/PXHA6AXw + url: https://discord.gg/b4x34Bg4We about: Check to see if your issue is in the FAQ. - 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 - url: https://github.com/dcs-liberation/dcs_liberation#dcs-bugs + url: https://github.com/dcs-retribution/dcs-retribution#dcs-bugs about: > 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 17232b85..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..e0a019e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/mod_support.md b/.github/ISSUE_TEMPLATE/mod_support.md index be6b644c..812a129c 100644 --- a/.github/ISSUE_TEMPLATE/mod_support.md +++ b/.github/ISSUE_TEMPLATE/mod_support.md @@ -1,6 +1,6 @@ --- 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 labels: mod support assignees: ''