diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f8cc3b7..c2d313d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,37 +6,37 @@ labels: 'bug' assignees: '' --- -**Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if there is a solution for your bug?** +### Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if there is a solution for your bug? Yes/No -**Have you looked at the [Current bugs project](https://github.com/rockyhawk64/CommandPanels/projects/6) to see if your bug is listed there?** +### Have you looked at the [Current bugs project](https://github.com/rockyhawk64/CommandPanels/projects/6) to see if your bug is listed there? Yes/No -**Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)?** *(Or got redirected to a Github issue here)* +### Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)? *(Or got redirected to a Github issue here)* Yes/No -**Did you search the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) for a similar problem?** +### Did you search the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) for a similar problem? Yes/No -**Describe the bug** +### Describe the bug A clear and concise description of what the bug is. -**To Reproduce** +### To Reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +### Expected behavior A clear and concise description of what you expected to happen. -**Screenshots/videos** +### Screenshots/videos If applicable, add screenshots or videos to help explain your problem. -**Versions:** +### Versions: - Minecraft: [e.g. 1.16] - CommandPanels: [e.g. 3.2.0] -**Additional context/Panel files** +### Additional context/Panel files Add any other context or about the problem here. Please also send you're panel in question. We only accept [pastebin](https://pastebin.com/) links. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 82cc8cc..fb11ee3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,23 +6,23 @@ labels: 'enhancement' assignees: '' --- -**Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if your suggestion is already added?** +### Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if your suggestion is already added? Yes/No -**Have you checked the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) to see if your suggestion was already submitted and denied?** +### Have you checked the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) to see if your suggestion was already submitted and denied? Yes/No -**Have you asked if the feature already exists in the [Discord Server](https://discord.com/invite/eUWBWh7)?** *(Or got redirected to a Github issue here)* +### Have you asked if the feature already exists in the [Discord Server](https://discord.com/invite/eUWBWh7)? *(Or got redirected to a Github issue here)* Yes/No -**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 [...] -**Describe the solution you'd like** +### Describe the solution you'd like 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. -**Additional context** +### Additional context Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/need-help.md b/.github/ISSUE_TEMPLATE/need-help.md index 91ba687..8c18b68 100644 --- a/.github/ISSUE_TEMPLATE/need-help.md +++ b/.github/ISSUE_TEMPLATE/need-help.md @@ -6,27 +6,27 @@ labels: 'help wanted' assignees: '' --- -**Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if the solution for your problem is there?** +### Have you checked the [wiki](https://rockyhawk99.gitbook.io/rockyhawk-wiki/commandpanels/wiki) page to see if the solution for your problem is there? Yes/No -**Have you checked the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) to see if your issue is a duplicate and your problem already has been solved?** +### Have you checked the [issue tracker](https://github.com/rockyhawk64/CommandPanels/issues?q=is%3Aissue) to see if your issue is a duplicate and your problem already has been solved? Yes/No -**Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)?** *(Or got redirected to a Github issue here)* +### Have you asked for help in the [Discord Server](https://discord.com/invite/eUWBWh7)? *(Or got redirected to a Github issue here)* Yes/No -**Describe the Issue** +### Describe the Issue A clear and concise description of what the problem is. -**Expected behavior** +### Expected behavior A clear and concise description of what you expected to happen. -**Screenshots/videos** +### Screenshots/videos If applicable, add screenshots or videos to help explain your problem. -**Versions:** +### Versions: - Minecraft: [e.g. 1.16] - CommandPanels: [e.g. 3.2.0] -**Additional context/Panel files** +### Additional context/Panel files Add any other context about the problem here. Please also send you're panel in question. We only accept [pastebin](https://pastebin.com/) links.