diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 34718d6..5c63965 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -8,27 +8,37 @@ assignees: '' --- #### Plugin Version -[The full plugin version that you are running from /version ChestShop] + + #### Plugin Config -[The full config.yml file of ChestShop] + + ```yaml + [Put the config here] + ``` #### Server 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] + +``` +[Your log here] +``` #### What other plugins are you running? -[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!] + + #### 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 feature request here.] + -[And Delete the lines in square brackets!] diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 114d959..b3003f3 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -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...] + + #### 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.] + -[And Delete the lines in square brackets!]