Plan/.github/ISSUE_TEMPLATE

41 lines
902 B
Plaintext
Raw Normal View History

2017-03-11 08:54:54 +01:00
Feel free to use the template below to report your issue, for suggestions you can use whatever works for you :)
Remember to use the Preview button to ensure the errors are displayed properly
2017-06-06 18:27:10 +02:00
If your issue is about a command timeout, please follow the instructions at the bottom of the issue template.
----
**Plan Version:** <Version>
**Server Version:** <Server Version>
**Database Type:** <Mysql/sqlite>
**Issue Caused by:** <Caused by>
----
2017-03-11 08:54:54 +01:00
**Description:**
2017-06-06 18:27:10 +02:00
2017-03-11 08:54:54 +01:00
**Steps to Reproduce:**
2017-06-06 18:27:10 +02:00
1.
2.
2017-03-11 08:54:54 +01:00
**Proposed Solution:**
2017-06-06 18:27:10 +02:00
----
**Console/Errors.txt/DebugLog.txt contents:**
2017-03-11 08:54:54 +01:00
```
Place any stack traces inside these symbols (```)
```
2017-06-06 18:27:10 +02:00
----
Instructions for reporting timeout issues:
- Enable file debug mode by changing config setting "Debug" to "file"
- Reload the plugin
- Run the command that causes the timeout message to show
- Copy the contents of DebugLog.txt inside the code brackets above