diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index e2757555..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Bug report -description: Create a report to help us improve -title: '[BUG] Issue with...' -labels: ["bug"] -body: - - type: textarea - id: what_broke - attributes: - label: What went wrong? - description: What unexpected behavior occured? What did you expect to have happened? - validations: - required: true - - type: dropdown - id: platform - attributes: - label: Platform - description: Which platform are you using? - options: - - 'Quilt' - - 'Forge' - validations: - required: true - - type: input - id: version - attributes: - label: Version - description: What version of Excavated Variants are you using? (vX.Y.Z) - validations: - required: true - - type: textarea - id: log - attributes: - label: Logs and Screenshots - description: Please provide us with the log and any applicable screenshots here. - placeholder: >- - You should upload them and post the link here. If you do not provide your logs (generally a latest.log or debug.log file), very little - can be done to help solve your issue. - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0c..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 88af98a5..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Feature request -description: Suggest an idea for this project -title: '[ENHANCEMENT] Suggestion...' -labels: ["enhancement"] -body: - - type: markdown - attributes: - value: | - If you want compatibility with another mod, you should first look into whether you can accomplish your goal through the config system. See the README for details. If you can accomplish this compatibility through a config, feel free to open a pull request to add it as a default config. It should be placed under `Common/src/main/resources/defaultresources/excavated_variants/excavated_variants/variants`. If the config system is not enough to implement your feature, please continue below. - - type: textarea - id: what - attributes: - label: What feature would improve this mod? - description: Please give details for what new features or changes to existing features are being requested. - validations: - required: true - - type: textarea - id: why - attributes: - label: Why would this feature be useful? - description: Please give details about potential use cases for this feature, or problems it would solve. - validations: - required: true - - type: textarea - id: otherinfo - attributes: - label: Is there any other relevant info about this feature request? - description: Add any other relevant information here - - type: checkboxes - id: notconfig - attributes: - label: Mod Compatibility - description: This form is *not* for requesting more default configs - options: - - label: This feature cannot be added through the config - required: true