summaryrefslogtreewikicommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-12-21 11:31:00 -0500
committerGitHub <noreply@github.com>2021-12-21 11:31:00 -0500
commita5a7af37fb45a75fece1093d3efc26131366ce3f (patch)
tree16ec865e9e1530b9b846f70dbc8a122ef3a1e533 /.github/ISSUE_TEMPLATE
parentmake beta branch use every branch besides master (diff)
parentfinalize docs (diff)
downloadkenshinshideandseek-a5a7af37fb45a75fece1093d3efc26131366ce3f.tar.gz
kenshinshideandseek-a5a7af37fb45a75fece1093d3efc26131366ce3f.tar.bz2
kenshinshideandseek-a5a7af37fb45a75fece1093d3efc26131366ce3f.zip
Merge pull request #15 from tylermurphy534/1.3.1
1.3.1
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md33
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
2 files changed, 53 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..bf64440
--- /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: ''
+labels: bug report
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**System Info (please complete the following information):**
+ - OS: [e.g. Windows/Linux]
+ - Server Host [e.g. Apex/Custom]
+ - MC Version [e.g. 1.17/1.18]
+ - Plugin Version [e.g. 1.3.0/1.3.1 BETA]
+
+**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..4aea407
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: new plugin feature
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.