From 06833ef83cc8f69799e0c16670d87c84098cc1cb Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 5 Jul 2021 23:27:46 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++ 2 files changed, 47 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 0000000..68d9b30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug] " +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Place [...] +2. Take [...] +3. Click on [...] then [...] + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Errors** +If any errors or stack traces appeared in the console, please link to them here. Please use Pastebin to post stack traces. Don't paste them into the issue. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Versions** +MC: VERSION +Java: VERSION (get from running `java -version` in console) + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..87aeb40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature] " +labels: enhancement +assignees: '' + +--- + +**Describe your feature request.** +A clear and concise description of what the feature request is and what this feature should do. + +**Additional context** +Add any other context or screenshots about the feature request here.