diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml deleted file mode 100644 index bb357512..00000000 --- a/.github/ISSUE_TEMPLATE/2-feature.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: 💡 Suggestion -description: "Suggest a new feature or an improvement." -labels: - - "Enhancement" -body: - - type: markdown - attributes: - value: |- - Please suggest changes that would benefit as many users as possible, not just specific situations. Thank you for contributing to the project. - - - type: textarea - attributes: - label: "Description" - description: "Describe the new feature or improvement." - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/3-help.yml b/.github/ISSUE_TEMPLATE/3-help.yml deleted file mode 100644 index 4efa7861..00000000 --- a/.github/ISSUE_TEMPLATE/3-help.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 📝 Help request -description: "Ask a question." -labels: - - "Help" -body: - - type: markdown - attributes: - value: |- - Please make sure you are using a recent version of the plugin. - - - type: checkboxes - attributes: - label: "Confirmation" - description: "Please confirm to have done the following checks before opening a new issue." - options: - - label: "I have read the [documentation](https://filoghost.me/docs/holographic-displays)." - required: true - - label: "I have read the [FAQ](https://filoghost.me/docs/holographic-displays/faq)." - required: true - - - type: textarea - attributes: - label: "Description" - description: "Describe your goal and what you have tried so far." - placeholder: "What are you trying to achieve? What have you tried so far?" - validations: - required: true - - - type: input - attributes: - label: "Holographic Displays version" - description: "Output of the command `/version HolographicDisplays`." - placeholder: "HolographicDisplays version 2.4.8-SNAPSHOT-b174" - validations: - required: true - - - type: textarea - attributes: - label: Additional information - description: |- - Relevant attachments such as **screenshots**, **server logs**, **configurations files** or any other additional information that might be useful. - Text files can also be uploaded to [Pastebin](https://pastebin.com) and shared through the generated link. diff --git a/.github/ISSUE_TEMPLATE/4-documentation.yml b/.github/ISSUE_TEMPLATE/4-documentation.yml deleted file mode 100644 index ce42d658..00000000 --- a/.github/ISSUE_TEMPLATE/4-documentation.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: 📚 Documentation improvement -description: "Suggest a change or report an error to improve the official documentation." -labels: - - "Documentation" -body: - - type: markdown - attributes: - value: |- - Suggest a change or report an error to improve the official documentation. Thank you for contributing to the project. - - - type: textarea - attributes: - label: "Description" - description: "Describe what should be improved and, if possible, _how_." - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/bug.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/1-bug.yml rename to .github/ISSUE_TEMPLATE/bug.yml