diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index bbaa266..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,30 +0,0 @@ - -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. -- * [ ] If possible, provide crashdumps/errors related to the issue. - -#### **General** - - -#### **Version:** - -- PiggyBackpacks: - -- PMMP: - -- OS: - -#### **Steps to Reproduce the Issue** - -1. - -#### **Extra Information** - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a54d043 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: Unexpected non-crash behavior with PiggyBackpacks +title: '' +labels: 'Type: Bug' +assignees: 'DaPigGuy' +--- + + +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 + +* PocketMine-MP: +* PiggyBackpacks: +* PHP: +* Server OS: + + +### Extra Information \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md new file mode 100644 index 0000000..7808095 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -0,0 +1,20 @@ +--- +name: Crash +about: Report a crash in PiggyBackpacks +title: '' +labels: 'Type: Bug' +assignees: 'DaPigGuy' +--- + + +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") + + +Link to Crashdump: + + +### Extra Information \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/outdated_api.md b/.github/ISSUE_TEMPLATE/outdated_api.md new file mode 100644 index 0000000..bebb68c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/outdated_api.md @@ -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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md new file mode 100644 index 0000000..0198b9e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.md @@ -0,0 +1,17 @@ +--- +name: Feature Suggestion +about: Suggest features you would like added to PiggyBackpacks +title: '' +labels: 'Type: Enhancement' +assignees: 'DaPigGuy' +--- + + +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 + + +### Extra Information \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 0000000..defb3ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -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). \ No newline at end of file