From 9415de51ab9424e51ccc3c37029753e34fced24d Mon Sep 17 00:00:00 2001 From: Stormybytes Date: Fri, 3 Sep 2021 05:31:35 +0700 Subject: [PATCH] isue templets 2 --- .github/ISSUE_TEMPLATE/bug-report.md | 21 ------------ .github/ISSUE_TEMPLATE/bug.yml | 49 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/suggestion.yml | 1 + 3 files changed, 50 insertions(+), 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 7f1aecf..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Bug report -about: Report a bug -title: "[Bug] " -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description - -**How to reproduce** -1. ... -2. ... -3. ... - -**Screenshots or Video** - -**Additional context** -Meteor dev build, other mods, module settings, etc. diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..e050587 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,49 @@ +--- +name: Bug Report +about: Report a bug or an issue with Meteor Rejects +title: "[Bug] " +labels: bug +assignees: '' +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: bash + validations: + required: true + - 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: dropdown + id: operating-systems + attributes: + label: Operating System + options: + - macOS + - Windows + - Linux + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml new file mode 100644 index 0000000..08778d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -0,0 +1 @@ +{\rtf1} \ No newline at end of file