From 48934b7a90e69a08eb667ad83295da355ebb3473 Mon Sep 17 00:00:00 2001 From: Jeremiah Osborne Date: Tue, 25 Aug 2020 00:20:19 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++ 2 files changed, 53 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..bd50305 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help resolve an issue or potential bug. +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the bug: +1. Place down a shop. +2. Shift + Click the shop base-block. +3. See result. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots & Other Media** +If applicable, add screenshots, GIFs, or videos to help explain your problem. + +**Server Information (Please fill in the information below):** + - Version: [e.g. Paper Spigot 1.16.2 (Latest Build)] + - Plugins: [e.g. Essentials, HyperDrive, Vault, etc.] + +**Verification (REQUIRED - Only one is required):** + - Spigot: [Username] + - Mc-Market: [Username] + - Songoda: [Username] + - Version [e.g. 22] + +**Additional context** +Add any other context about the issue/bug here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e19e44b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea or make a feature request. +title: "[REQUEST]" +labels: '' +assignees: '' + +--- + +**In a couple of words, describe the feature you'd like to see:** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Screenshots & Media** +A couple images, videos, or GIFs of how things sould look if possible. + +**Additional context** +Add any other context or screenshots about the feature request here.