diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_enhancement.md b/.github/ISSUE_TEMPLATE/feature_enhancement.md deleted file mode 100644 index ad527543..00000000 --- a/.github/ISSUE_TEMPLATE/feature_enhancement.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature or Enhancement -about: Open an issue to give some suggestion on a feature. -title: "[New Feature] Your new feature title here" -labels: new-feature -assignees: '' ---- - -### Description: - - -### Possible Implementation: - - -### Additional Files: - diff --git a/.github/ISSUE_TEMPLATE/feature_enhancement.yml b/.github/ISSUE_TEMPLATE/feature_enhancement.yml new file mode 100644 index 00000000..74e82e47 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_enhancement.yml @@ -0,0 +1,51 @@ +name: Feature or Enhancement Request +description: Open an issue to give request a feature or engine enhancement. +title: "[New Feature] Your new feature request title here" +labels: [new-feature] +body: + - type: markdown + attributes: + value: | + *__NOTE:__ Please do not remove the `[New Feature]` prefix from the issue title, this helps us with filtering issues.* + + Thanks for taking the time to fill out this feature request! If you wish to discuss the feature in detail first, join us on the [Mod Haven Discord](https://discord.gg/sZeMzz6qVg) server in the __#vinifera-chat__ channel. + + Please make sure you follow these instructions and fill in every question with as much detial as possible. + + - type: checkboxes + id: checks + attributes: + label: First Check + description: Please confirm and check all the following options; + options: + - label: I added a very descriptive title to this issue. + required: true + - label: I used the GitHub search to find a similar issue and didn't find it. + required: true + - label: I have attached as much information as possible *(screenshots, videos, links, etc)*. + required: true + + - type: textarea + id: description + attributes: + label: Description + description: | + Describe your new feature or enhancement request here. Please use as much detail as possible. + + validations: + required: true + + - type: textarea + id: implementation + attributes: + label: Proposed Code (optional) + description: | + Tell us how this new feature could be implemented, using any example INI code, etc. + validations: + required: false + + - type: textarea + id: context + attributes: + label: Additional Context + description: Add any additional context information, screenshots, images, videos, debug logs, and/or exception files you think would be useful. diff --git a/.github/ISSUE_TEMPLATE/vanilla_bugfix_request.md b/.github/ISSUE_TEMPLATE/vanilla_bugfix_request.md deleted file mode 100644 index 54bfc5dd..00000000 --- a/.github/ISSUE_TEMPLATE/vanilla_bugfix_request.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Vanilla Bugfix Request -about: Open an issue to ask for a vanilla bug to be fixed. -title: "[Vanilla Bug] Your bug report title here" -labels: vanilla-bug -assignees: '' ---- - -### Description: - - -### Conditions: - - -### Steps To Reproduce: - -1. -2. -3. - -### Expected Behaviour: - - -### Actual Behaviour: - - -### Additional Files: - diff --git a/.github/ISSUE_TEMPLATE/vanilla_bugfix_request.yml b/.github/ISSUE_TEMPLATE/vanilla_bugfix_request.yml new file mode 100644 index 00000000..a0094c16 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/vanilla_bugfix_request.yml @@ -0,0 +1,77 @@ +name: Vanilla Bugfix Request +description: Open an issue to request a vanilla bug to be fixed. +title: "[Vanilla Bug] Your bug report title here" +labels: [vanilla-bug] +body: + - type: markdown + attributes: + value: | + *__NOTE:__ Please do not remove the `[Vanilla Bug]` prefix from the issue title, this helps us with filtering issues.* + + Thanks for taking the time to fill out this bug! If you need real-time help, join us on the [Mod Haven Discord](https://discord.gg/sZeMzz6qVg) in the __#vinifera-chat__ channel. + + Please make sure you follow these instructions and fill in every question with as much detial as possible. + + - type: checkboxes + id: checks + attributes: + label: First Check + description: Please confirm and check all the following options; + options: + - label: I added a very descriptive title to this issue. + required: true + - label: I used the GitHub search to find a similar issue and didn't find it. + required: true + - label: I have attached as much information as possible *(screenshots, debug and exception logs, etc)*. + required: true + + - type: textarea + id: description + attributes: + label: Description + description: | + Write a detailed description telling us what the issue is, and if/when the bug occurs. + validations: + required: true + + - type: textarea + id: example-code + attributes: + label: Required Code (optional) + description: | + Any INI code or external changes that are required to reproduce the bug. + validations: + required: false + + - type: textarea + id: steps + attributes: + label: Steps To Reproduce + description: | + Tell us how to reproduce this issue so the developer(s) can reproduce the bug. + validations: + required: true + + - type: textarea + id: expected + attributes: + label: Expected Behaviour + description: | + Tell us what should happen. + validations: + required: true + + - type: textarea + id: actual + attributes: + label: Actual Behaviour + description: | + Tell us what actually happens instead. + validations: + required: true + + - type: textarea + id: context + attributes: + label: Additional Context + description: Add any additional context information, screenshots, images, videos, debug logs, and/or exception files you think would be useful. diff --git a/.github/ISSUE_TEMPLATE/vinifera_bugfix_request.md b/.github/ISSUE_TEMPLATE/vinifera_bugfix_request.md deleted file mode 100644 index 86d27ca8..00000000 --- a/.github/ISSUE_TEMPLATE/vinifera_bugfix_request.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Vinifera Bugfix Request -about: Open an issue to ask for a Vinifera bug to be fixed. -title: "[Vinifera Bug] Your bug report title here" -labels: vinifera-bug -assignees: '' ---- - -### Description: - - -### Conditions: - - -### Steps To Reproduce: - -1. -2. -3. - -### Expected Behaviour: - - -### Actual Behaviour: - - -### Additional Files: - diff --git a/.github/ISSUE_TEMPLATE/vinifera_bugfix_request.yml b/.github/ISSUE_TEMPLATE/vinifera_bugfix_request.yml new file mode 100644 index 00000000..06223ee6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/vinifera_bugfix_request.yml @@ -0,0 +1,88 @@ +name: Vinifera Bugfix Request +description: Open an issue to ask for a Vinifera bug to be fixed. +title: "[Vinifera Bug] Your bug report title here" +labels: [vinifera-bug] +body: + - type: markdown + attributes: + value: | + *__NOTE:__ Please do not remove the `[Vinifera Bug]` prefix from the issue title, this helps us with filtering issues.* + + Thanks for taking the time to fill out this bug! If you need real-time help, join us on the [Mod Haven Discord](https://discord.gg/sZeMzz6qVg) server in the __#vinifera-chat__ channel. + + Please make sure you follow these instructions and fill in every question with as much detial as possible. + + - type: checkboxes + id: checks + attributes: + label: First Check + description: Please confirm and check all the following options; + options: + - label: I added a very descriptive title to this issue. + required: true + - label: I used the GitHub search to find a similar issue and didn't find it. + required: true + - label: I have attached as much information as possible *(screenshots, debug and exception logs, etc)*. + required: true + + - type: textarea + id: description + attributes: + label: Description + description: | + Write a detailed description telling us what the issue is, and if/when the bug occurs. + validations: + required: true + + - type: textarea + id: example-code + attributes: + label: Required Code (optional) + description: | + Any INI code or external changes that are required to reproduce the bug. + validations: + required: false + + - type: textarea + id: steps + attributes: + label: Steps To Reproduce + description: | + Tell us how to reproduce this issue so the developer(s) can reproduce the bug. + validations: + required: true + + - type: textarea + id: expected + attributes: + label: Expected Behaviour + description: | + Tell us what should happen. + validations: + required: true + + - type: textarea + id: actual + attributes: + label: Actual Behaviour + description: | + Tell us what actually happens instead. + validations: + required: true + + - type: input + id: vinifera-version + attributes: + label: Version + description: | + What version of Vinifera are you using? + + You can find the Vinifera version on the bottom right of the main menu. + validations: + required: true + + - type: textarea + id: context + attributes: + label: Additional Context + description: Add any additional context information, screenshots, images, videos, debug logs, and/or exception files you think would be useful.