From 6358a6006d217ac273782c6480f96f7489664f86 Mon Sep 17 00:00:00 2001 From: Merith Date: Sat, 18 Dec 2021 22:36:39 +0000 Subject: [PATCH] sync github issue_template's from cc-tweaked --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ----------- .github/ISSUE_TEMPLATE/bug_report.yml | 34 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/something_else.md | 4 +++ 5 files changed, 47 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/something_else.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 042f1f27a..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Bug report -about: Report some misbehaviour in the mod -labels: bug ---- - - - -## Useful information to include: - - Minecraft version - - CC: Restitched version - - Logs: These will be located in the `logs/` directory of your Minecraft instance. Please upload them as a gist or directly into this editor. - - Detailed reproduction steps: sometimes I can spot a bug pretty easily, but often it's much more obscure. The more information I have to help reproduce it, the quicker it'll get fixed. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..fbb990102 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,34 @@ +name: Bug report +description: Report some misbehaviour in the mod +labels: [ bug ] +body: +- type: dropdown + id: mc-version + attributes: + label: Minecraft Version + description: What version of Minecraft are you using? + options: + - 1.16.x + - 1.17.x + - 1.18.x + validations: + required: true +- type: input + id: version + attributes: + label: Version + description: "What version of CC: Tweaked are you using?" + placeholder: "e.g. 1.96.0" + validations: + required: true +- type: textarea + id: details + attributes: + label: Details + description: | + Description of the bug. Please include the following: + - Logs: These will be located in the `logs/` directory of your Minecraft + instance. Please upload them as a gist or directly into this editor. + - Detailed reproduction steps: sometimes I can spot a bug pretty easily, + but often it's much more obscure. The more information I have to help + reproduce it, the quicker it'll get fixed. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..6e93cc0e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: +- name: ComputerCraft Discord + url: https://discord.computercraft.cc + about: Get help on the ComputerCraft Discord. +- name: GitHub Discussions + url: https://github.com/cc-tweaked/CC-Tweaked/discussions + about: Or ask questions on GitHub Discussions. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e3ab2ee46..e2dfdf242 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,4 +11,4 @@ labels: enhancement ## Useful information to include: - Explanation of how the feature/change should work. - - Some rationale/use case for a feature. My general approach to designing new features is to ask yourself "what issue are we trying to solve" and _then_ "is this the best way to solve this issue?". + - Some rationale/use case for a feature. My general approach to designing new features is to ask yourself "what issue are we trying to solve" and _then_ "is this the best way to solve this issue?". \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/something_else.md b/.github/ISSUE_TEMPLATE/something_else.md new file mode 100644 index 000000000..fdd4ea683 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/something_else.md @@ -0,0 +1,4 @@ +--- +name: Something else +about: An issue about something else. +---