From e74e407606695b97889080ed350bf584cd429b3c Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Sun, 27 Oct 2024 14:34:01 +0100 Subject: [PATCH] New issue template --- .github/ISSUE_TEMPLATE.md | 27 ---------------------- .github/ISSUE_TEMPLATE/bug-report.md | 15 ++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 7 ++++++ .github/ISSUE_TEMPLATE/feature-proposal.md | 10 ++++++++ 4 files changed, 32 insertions(+), 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-proposal.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 4148afc5..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ -**YOUR TEXT** - - - -## Checklist - - - -- [ ] I've searched for duplicates. My search queries were (please don't forget to search in closed issues too): - - query 1 - - query 2 - - ... -- [ ] I've read the guide https://nikitabobko.github.io/AeroSpace/guide -- [ ] I've searched in the documentation (https://nikitabobko.github.io/AeroSpace/guide & https://nikitabobko.github.io/AeroSpace/commands). My search queries were: - - dvorak - - monitor - - ... - -``` - -``` diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..5625b6f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,15 @@ +--- +name: Bug report +about: Something doesn't works as expected. +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Related issues you could find** +Please make sure to search for duplicates. +If you couldn't find the duplicates, linking related issues is helpful anyway. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..c590dedb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Ask a question + url: https://github.com/nikitabobko/AeroSpace/discussions/categories/questions-and-answers + about: Please ask and answer questions here. + - name: Feature request/idea + url: https://github.com/nikitabobko/AeroSpace/discussions/categories/feature-ideas + about: All vague defined feature requests must be firstly brainstormed in "feature ideas". diff --git a/.github/ISSUE_TEMPLATE/feature-proposal.md b/.github/ISSUE_TEMPLATE/feature-proposal.md new file mode 100644 index 00000000..0acf3d36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-proposal.md @@ -0,0 +1,10 @@ +--- +name: Feature proposal +about: 'Make a well-defined and complete feature proposal. If you are unsuare you can brainstorm your ideas in #feature-ideas in GitHub Discusssions.' +title: '' +labels: feature-proposal +assignees: '' + +--- + +