From b262f711e29d23db460e0843d50f04a3ae784976 Mon Sep 17 00:00:00 2001 From: Electroblob <35599699+Electroblob77@users.noreply.github.com> Date: Tue, 16 Jul 2019 23:15:11 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..35e8092d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Report a crash or something that isn't working as it should +title: "[Give a brief, relevant title here]" +labels: bug +assignees: '' + +--- + +Please read the [guide for contributing](https://github.com/Electroblob77/Wizardry/blob/1.12.2/guide_for_contributing.md) before posting. + +Minecraft version: 1.12.2 [change as necessary] +Wizardry version: 4.1.4 [change as necessary] +Environment: Singleplayer/LAN game/Server [delete as necessary] + +Issue details: [describe what you were doing when the issue occurred, what went wrong, what you expected to happen, etc.] + +Other mods involved: [only list mods that are relevant to the problem] + +Link to crash report (if applicable): [give a link to the crash report on gist, pastebin, etc.] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..e78ff6a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Make a suggestion for improving the mod +title: "[Give a brief, relevant title here]" +labels: enhancement +assignees: '' + +--- + +Please read the [guide for contributing](https://github.com/Electroblob77/Wizardry/blob/1.12.2/guide_for_contributing.md) before posting. + +Minecraft versions: [if this suggestion only applies to some versions, list them here] + +Suggestion details: [describe what you would like to see added to the mod and why] + +Other mods involved: [if this suggestion involves integration with other mods, list them here]