Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
Took 14 seconds
  • Loading branch information
kiranhart committed Mar 8, 2022
1 parent d833462 commit c83d543
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Tweetzy Discord
url: https://discord.tweetzy.ca/
about: Join the Tweetzy discord server to receive help and be alerted about special offers.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
@@ -0,0 +1,28 @@
---
name: Report a Bug
about: Report an issue with the plugin
title: ''
labels: bug
assignees: ''

---

**Describe Bug**
- Describe the bug in as much detail as possible, the more detailed, the chances of it being fixed is faster

**How to Reproduce**
- Describe how to reproduce this bug: EX.
1. Open the main menu
2. Click this button
3. Then do this... etc

**What should happen**
- Describe what the expected outcome should be, what should happen?

**Screenshots/Videos**
- If any, provide video or image links

**Server Information**
- Provide the server version
- Provide the server jar (ex. paper/spigot)
- Plugin Version
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/request-a-feature.md
@@ -0,0 +1,15 @@
---
name: Request a Feature
about: Suggest a change/new feature for the plugin
title: ''
labels: enhancement
assignees: ''

---

**Describe Feature**
- Describe how this feature will work

**Additional Information**
- You can provide image links
- You can provide video links

0 comments on commit c83d543

Please sign in to comment.