moar issue templates

This commit is contained in:
Dylan T 2019-01-07 00:59:16 +00:00 committed by GitHub
parent 78cb6445a5
commit 8663be8504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 38 deletions

View File

@ -1,6 +1,6 @@
--- ---
name: Bug report name: Bug report
about: Report a bug in PocketMine-MP (not plugins) about: Unexpected non-crash behaviour (except missing gameplay features)
title: '' title: ''
labels: '' labels: ''
assignees: '' assignees: ''
@ -8,56 +8,29 @@ assignees: ''
--- ---
### Issue description ### Issue description
<!---
THIS ISSUE TRACKER IS FOR BUG REPORTING, NOT FOR HELP & SUPPORT. If you need help, use the links below.
- http://pmmp.readthedocs.io/en/rtfd/ - Documentation
- https://forums.pmmp.io - PMMP Forums
- https://discord.gg/bge7dYQ - Community Discord
PLEASE DO NOT REPORT ATTACK VECTORS ON THIS ISSUE TRACKER.
Send an email to team@pmmp.io if you have a vulnerability to report.
Any issues requesting updates to new versions of MCPE will be treated as spam.
Missing gameplay features are to be expected.
Please do not create issues for missing/un-implemented gameplay features - they will be closed.
-->
<!--- Write a short description about the issue -->
<!--- If you are reporting a regression or unexpected behaviour, please include the below information: -->
- Expected result: What were you expecting to happen? - Expected result: What were you expecting to happen?
- Actual result: What actually happened? - Actual result: What actually happened?
### Steps to reproduce the issue ### Steps to reproduce the issue
<!--- help us find the problem by adding steps to reproduce the issue -->
1. ... 1. ...
2. ... 2. ...
### OS and versions ### OS and versions
<!--- use the 'version' command in PocketMine-MP <!-- try the `version` command | LATEST IS NOT A VALID VERSION -->
* PocketMine-MP:
NOTE: LATEST is not a valid version. PocketMine-MP version should include Jenkins build number and/or git commit hash.
NO support whatsoever will be provided for third-party modified variants of PocketMine-MP. Issues relating to third-party modifications will be closed as spam.
Note that 32-bit platforms are no longer supported by PocketMine-MP and issues concerning 32-bit platforms will be closed.
-->
* PocketMine-MP: <!-- LATEST IS NOT A VALID VERSION -->
* PHP: * PHP:
* Server OS: * Server OS:
* Game version: PE/Win10 (delete as appropriate) * Game version: PE/Win10 (delete as appropriate)
### Plugins ### Plugins
- Test on a clean server without plugins: is the issue reproducible without any plugins loaded? <!--- use the `plugins` command and paste the output below -->
If the issue is **not** reproducible without plugins: - If you remove all plugins, does the issue still occur?
- Have you asked for help on our forums before creating an issue? - If the issue is **not** reproducible without plugins:
- Can you provide sample, *minimal* reproducing code for the issue? If so, paste it in the bottom section - Have you asked for help on our forums before creating an issue?
- Paste your list of plugins here (use the 'plugins' command in PocketMine-MP) - Can you provide sample, *minimal* reproducing code for the issue? If so, paste it in the bottom section
### Crashdump, backtrace or other files ### Crashdump, backtrace or other files
- Do not paste crashdumps into an issue - please use our Crash Archive at https://crash.pmmp.io for submitting crash reports to not spam the issue tracker. Add links to your reports in the Crash Archive here. <!--- Submit crashdumps at https://crash.pmmp.io and paste a link -->
- Please use gist or anything else to add other files and add links here <!--- Use gist or anything else to add other files and add links here -->
* ...

View File

@ -1,6 +1,6 @@
--- ---
name: Help & support name: Help & support
about: Help & support about: We don't accept support requests here. Try the links on the README.
title: '' title: ''
labels: Support request labels: Support request
assignees: '' assignees: ''

View File

@ -0,0 +1,12 @@
---
name: Security/DoS vulnerability
about: 'Bug or exploit that can be used to attack servers (hint: don''t report it
on a public issue tracker)'
title: ''
labels: 'Auto: Spam'
assignees: ''
---
Please DO NOT report security vulnerabilities here.
Instead, send an email to team@pmmp.io or contact a developer directly, IN PRIVATE.