Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
New issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Apr 1, 2020
1 parent 06ab16f commit ecd8a97
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug Report
about: Unexpected non-crash behavior with PiggyBackpacks
title: ''
labels: 'Type: Bug'
assignees: 'DaPigGuy'
---

<!-- Failure to complete the required fields will result in the issue being closed. -->
Please make sure your issue complies with these guidelines:
- * [ ] Server Software must be the official PMMP w/o vanilla patching plugins (i.e. TeaSpoon)
- * [ ] Issue must have not been reported previously
- * [ ] Make sure you are on the latest version of PMMP & PiggyBackpacks
- * [ ] Have a detailed title (i.e "Backpacks don't open in creative mode")

### Issue Description

- Expected result: What were you expecting to happen?
- Actual result: What actually happened?

#### Steps to Reproduce the Issue
1. ...
2. ...

### OS and Versions
<!-- Use `/version` for PMMP version & `/version PiggyBackpacks` for PiggyBackpacks version -->
* PocketMine-MP:
* PiggyBackpacks:
* PHP:
* Server OS:

<!--- Provide any extra information below -->
### Extra Information
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Crash
about: Report a crash in PiggyBackpacks
title: ''
labels: 'Type: Bug'
assignees: 'DaPigGuy'
---

<!-- Failure to complete the required fields will result in the issue being closed. -->
Please make sure your issue complies with these guidelines:
- * [ ] Server Software must be the official PMMP w/o vanilla patching plugins (i.e. TeaSpoon)
- * [ ] Issue must have not been reported previously
- * [ ] Make sure you are on the latest version of PMMP & PiggyBackpacks
- * [ ] Have a detailed title (i.e "Opening backpacks in creative mode crashes the server")

<!--- Submit crash dumps to https://crash.pmmp.io or copy & paste contents to https://hastebin.com -->
Link to Crashdump:

<!--- Provide any extra information below -->
### Extra Information
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/outdated_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Outdated API Version
about: Please do not create an issue for this. The plugin will be updated to the latest PMMP version as soon as possible.
title: 'Outdated API Version'
labels: 'Resolution: Invalid'
assignees: ''
---

Please do not create an issue. Doing so will only delay an update.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/suggestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Suggestion
about: Suggest features you would like added to PiggyBackpacks
title: ''
labels: 'Type: Enhancement'
assignees: 'DaPigGuy'
---

<!-- Failure to complete the required fields will result in the issue being closed. -->
Please make sure your issue complies with these guidelines:
- * [ ] Idea must have not been suggested previously
- * [ ] Be detailed on what you want & make sure the idea is plausible

### Description
<!-- Describe your idea in detail below -->

### Extra Information
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Support
about: Please do not create an issue for this. Join our Discord for support (link in README).
title: ''
labels: 'Resolution: Invalid'
assignees: ''

---
Please do not create an issue for this. Join our Discord for support (link in README).

0 comments on commit ecd8a97

Please sign in to comment.