From 2d2c282722aec602bf5f6872ee9277cf2feead92 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Mon, 16 May 2022 15:13:25 +0200 Subject: [PATCH] [skip ci] use global issue_template --- .github/ISSUE_TEMPLATE/bug.yml | 67 --------------------------- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/ISSUE_TEMPLATE/suggestion.yml | 12 ----- 3 files changed, 80 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml deleted file mode 100644 index e99caa7..0000000 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ /dev/null @@ -1,67 +0,0 @@ -name: Bug -description: Report a bug or an issue with Rejects. -title: '[Bug] ' -labels: bug -body: - - type: textarea - id: description - attributes: - label: Describe the bug - description: A clear and concise description of what the issue is. - validations: - required: true - - type: textarea - id: reproducing - attributes: - label: Steps to reproduce - description: How do you trigger this bug? - value: | - 1. - 2. - 3. - ... - render: plaintext - validations: - required: true - - type: dropdown - id: operating-systems - attributes: - label: Operating System - options: - - macOS - - Windows - - Linux - validations: - required: true - - type: input - id: rejects-version - attributes: - label: Rejects Version - description: You can put commit hash of the version of meteor rejects you are using. - validations: - required: false - - type: input - id: meteor-version - attributes: - label: Meteor Version - validations: - required: true - - type: input - id: mc-version - attributes: - label: Minecraft Version - validations: - required: true - - type: textarea - id: mods - attributes: - label: Other mods - description: What other mods you may be using? - value: | - 1. - 2. - 3. - ... - render: plaintext - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml deleted file mode 100644 index 9c67e57..0000000 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Suggesion -description: Suggest a new feature or change for Rejects. -title: '[Suggestion] ' -labels: enhancement -body: - - type: textarea - id: description - attributes: - label: Describe the feature - description: A clear and concise description of what the feature/change is. - validations: - required: true \ No newline at end of file