[CI-SKIP] Add issue templates

This commit is contained in:
Phoenix616 2020-08-24 16:55:53 +01:00
parent 952feb83f9
commit fc40436422
No known key found for this signature in database
GPG Key ID: 40E2321E71738EB0
3 changed files with 79 additions and 0 deletions

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

@ -0,0 +1,44 @@
---
name: Bug report
about: Report an error that that you found
title: ''
labels: ''
assignees: ''
---
#### Plugin Version
<!-- The full plugin version like it is printed in the log or /version RandomTeleport -->
#### Config
<!-- The full config file -->
```yaml
[Put the config here]
```
#### Environment description
<!-- Information like the operating system and language as well as full server version from /version -->
#### Full Log
<!-- The full log file, especially important if you have a stack trace -->
```
[Your log here]
```
#### What other programs/plugins are you running?
<!-- List of your plugins, ideally with the version or other programs that might be related -->
#### What is happening?
<!-- Explain what happens and what steps should be done to reproduce the issue. Ideally with pictures and the full error log! -->
#### What did you expect to happen?
<!-- Explain what you expected to happen after performing the previously described steps -->
#### Additional context
<!-- Add any other context or screenshots about the bug report here. -->

11
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: "#moep IRC channel on irc.spi.gt"
url: "https://kiwiirc.com/client/irc.spi.gt/#moep"
about: My public chat channel to discuss any of my projects
- name: SpigotMC Discussion Thread
url: https://www.spigotmc.org/threads/fubs-random-teleport.29162/
about: Ask questions and discuss the resource publicly
- name: SpigotMC PM
url: https://www.spigotmc.org/conversations/add?to=Phoenix616&title=RandomTeleport%20Question
about: Ask me questions privately

24
.github/ISSUE_TEMPLATE/enhancement.md vendored Normal file
View File

@ -0,0 +1,24 @@
---
name: Enhancement
about: Request a feature or suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
#### Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when... -->
#### Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->
#### Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
#### Additional context
<!-- Add any other context or screenshots about the feature request here. -->