mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-26 12:05:43 +01:00
[CI-SKIP] Improve issue templates.
This will auto-hide the instructions and format the config/log better :)
This commit is contained in:
parent
89ba3d0559
commit
5f40273756
28
.github/ISSUE_TEMPLATE/bug-report.md
vendored
28
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -8,27 +8,37 @@ assignees: ''
|
||||
---
|
||||
|
||||
#### 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
|
||||
[The full config.yml file of ChestShop]
|
||||
<!-- The full config.yml file of ChestShop. -->
|
||||
```yaml
|
||||
[Put the config here]
|
||||
```
|
||||
|
||||
#### Server Version
|
||||
[The full server version that you are running from /version]
|
||||
<!-- The full server version that you are running from /version -->
|
||||
|
||||
|
||||
#### 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?
|
||||
[List of your plugins, ideally with the version]
|
||||
<!-- List of your plugins, ideally with the version -->
|
||||
|
||||
|
||||
#### 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?
|
||||
[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
|
||||
[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!]
|
||||
|
12
.github/ISSUE_TEMPLATE/enhancement.md
vendored
12
.github/ISSUE_TEMPLATE/enhancement.md
vendored
@ -8,15 +8,17 @@ 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...]
|
||||
<!-- 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.]
|
||||
<!-- 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.]
|
||||
<!-- 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.]
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
||||
|
||||
[And Delete the lines in square brackets!]
|
||||
|
Loading…
Reference in New Issue
Block a user