testing github templates

This commit is contained in:
RoboMWM 2018-09-19 16:04:27 -07:00
parent ad273c1a1b
commit fb6bc79fe9
3 changed files with 47 additions and 25 deletions

View File

@ -1,25 +0,0 @@
### What behaviour is observed:
_What you saw_
### What behaviour is expected:
_What you expected to see_
### Steps/models to reproduce:
_This may include a build schematic, a video, or detailed instructions to help reconstruct the issue_
### Spigot/Craftbukkit/Paper and GriefPrevention version:
___This can be found by running `/version` and `/version GriefPrevention` on your server.___
### Stack trace/error
```
Paste entire stack trace inside here (don't remove the backticks!)
If not applicable, paste server.log at gist.github.com and paste the link here
```
### GriefPrevention config.yml (if applicable)
```yml
Paste config inside here (don't remove the backticks!)
```
### Plugin list (if applicable):

42
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,42 @@
---
name: Bug report
about: Report bugs or scary stacktraces (the big scary red lines that say SomethingException)
---
### What happened:
_What you saw_
### What you expected:
_What you expected to see_
### Steps to reproduce:
__This may include a build schematic, a video, or detailed instructions to help reconstruct the issue__
1. Step 1.
2. Step 2.
3. ???
4. Profit!
### Server and GriefPrevention version:
___This can be found by running `/version` and `/version GriefPrevention` on your server.___
Paste of `/version`:
Paste of `/version GriefPrevention`:
### Stack trace/error or server log
```
Paste entire stack trace right here inside these backticks.
If not applicable, paste the server.log at gist.github.com and paste the link here.
```
### GriefPrevention config.yml
```yml
Paste the config.yml right here inside these backticks.
```
### Plugin list (if applicable):

View File

@ -0,0 +1,5 @@
---
name: Feature enhancement or request
about: Improvements or ideas for GriefPrevention
---