[CI-SKIP] Improve issue templates.

This will auto-hide the instructions and format the config/log better :)
This commit is contained in:
Phoenix616 2020-07-28 00:24:10 +01:00
parent 89ba3d0559
commit 5f40273756
No known key found for this signature in database
GPG Key ID: 40E2321E71738EB0
2 changed files with 26 additions and 14 deletions

View File

@ -8,27 +8,37 @@ assignees: ''
--- ---
#### Plugin Version #### Plugin Version
[The full plugin version that you are running from /version ChestShop] <!-- The full plugin version that you are running from /version ChestShop -->
#### Plugin Config #### Plugin Config
[The full config.yml file of ChestShop] <!-- The full config.yml file of ChestShop. -->
```yaml
[Put the config here]
```
#### Server Version #### Server Version
[The full server version that you are running from /version] <!-- The full server version that you are running from /version -->
#### Server Log #### Server Log
[The full latest.log file, especially important if you have a stack trace] <!-- The full latest.log file, especially important if you have a stack trace -->
```
[Your log here]
```
#### What other plugins are you running? #### What other plugins are you running?
[List of your plugins, ideally with the version] <!-- List of your plugins, ideally with the version -->
#### What is happening? #### What is happening?
[Explain what happens and what steps should be done to reproduce the issue. Ideally with pictures and the full error log!] <!-- 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? #### What did you expect to happen?
[Explain what you expected to happen after performing the previously described steps] <!-- Explain what you expected to happen after performing the previously described steps -->
### Additional context ### Additional context
[Add any other context or screenshots about the feature request here.] <!-- Add any other context or screenshots about the feature request here. -->
[And Delete the lines in square brackets!]

View File

@ -8,15 +8,17 @@ assignees: ''
--- ---
#### Is your feature request related to a problem? Please describe. #### 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...] <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when... -->
#### Describe the solution you'd like #### Describe the solution you'd like
[A clear and concise description of what you want to happen.] <!-- A clear and concise description of what you want to happen. -->
#### Describe alternatives you've considered #### Describe alternatives you've considered
[A clear and concise description of any alternative solutions or features you've considered.] <!-- A clear and concise description of any alternative solutions or features you've considered. -->
#### Additional context #### Additional context
[Add any other context or screenshots about the feature request here.] <!-- Add any other context or screenshots about the feature request here. -->
[And Delete the lines in square brackets!]