RandomTeleport/.github/ISSUE_TEMPLATE/bug-report.md

45 lines
1.1 KiB
Markdown

---
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. -->