Skip to content

Commit

Permalink
Add issues template
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Jul 5, 2024
1 parent 1b96434 commit cd24ce6
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 0 deletions.
99 changes: 99 additions & 0 deletions .github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
name: Behavior Bug or Plugin Incompatibility
description: Report issues with plugin incompatibility or other behavior related issues.
labels: [ "status: needs triage", "type: bug" ]
body:
- type: textarea
attributes:
label: Server Logs
description: |
Upload your server log from `logs/latest.log` here
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: What you expected to see.
validations:
required: true

- type: textarea
attributes:
label: Actual behavior
description: What you actually saw.
validations:
required: true

- type: textarea
attributes:
label: Steps to reproduce
description: This may include a build schematic, a video, or detailed instructions to help reconstruct the issue.
validations:
required: true

- type: textarea
attributes:
label: Plugin and Datapack List
description: |
All plugins and datapacks running on your server.
To list plugins, run `/plugins`. For datapacks, run `/datapack list`.
validations:
required: true

- type: textarea
attributes:
label: Paper version
description: |
Run `/version` on your server and **paste** the full, unmodified output here.
"latest" is *not* a version; we require the output of `/version` so we can adequately track down the issue.
Additionally, do NOT provide a screenshot, you MUST paste the entire output.
<details>
<summary>Example</summary>
```
> version
[19:36:32 INFO]: Checking version, please wait...
[19:36:32 INFO]: This server is running Paper version 1.20.6-148-ver/1.20.6@20f5165 (2024-07-02T15:37:33Z) (Implementing API version 1.20.6-R0.1-SNAPSHOT)
You are running the latest version
Previous version: git-Paper-446 (MC: 1.19.3)
```
</details>
validations:
required: true
- type: textarea
attributes:
label: Plugin version
description: |
Run `/about AntiRedstoneClock-Remastered` on your server and **paste** the full, unmodified output here.
"latest" is *not* a version; we require the output of `/about AntiRedstoneClock-Remastered` so we can adequately track down the issue.
Additionally, do NOT provide a screenshot, you MUST paste the entire output.
<details>
<summary>Example</summary>
```
> about AntiRedstoneClock-Remastered
[19:37:16 INFO]: AntiRedstoneClock-Remastered version 1.1.0
[19:37:16 INFO]: Authors: OneLiteFeather and TheMeinerLP
```
</details>
validations:
required: true
- type: textarea
attributes:
label: Other
description: |
Please include other helpful information below.
The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
validations:
required: false

- type: markdown
attributes:
value: |
Before submitting this issue, please ensure the following:
1. You are running the latest version of Paper from [our downloads page](https://papermc.io/downloads).
2. You searched for and ensured there isn't already an open issue regarding this.
3. Your version of Minecraft is supported by AntiRedstoneClock-Remastered.
4. You are running the latest version of AntiRedstoneClock-Remastered from [our hangar page](https://hangar.papermc.io/OneLiteFeather/AntiRedstoneClock-Remastered).
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: AntiRedstoneClock-Remastered Discord
url: https://discord.onelitefeather.net
about: If you are having issues with timings or have other minor issues, come ask us on our Discord server!
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Feature Request
description: Suggest an idea for AntiRedstoneClock-Remastered
labels: [ "status: needs triage", "type: feature" ]
body:
- type: markdown
attributes:
value: |
Thank you for filling out a feature request for AntiRedstoneClock-Remastered! Please be as detailed as possible so that we may consider and review the request easier.
We ask that you search all the issues to avoid a duplicate feature request. If one exists, please reply if you have anything to add.
Before requesting a new feature, please make sure you are using the latest version and that the feature you are requesting is not already in AntiRedstoneClock-Remastered.
- type: textarea
attributes:
label: Is your feature request related to a problem?
description: Please give some context for this request. Why do you want it added?
validations:
required: true

- type: textarea
attributes:
label: Describe the solution you'd like.
description: A clear and concise description of what you want.
validations:
required: true

- type: textarea
attributes:
label: Describe alternatives you've considered.
description: List any alternatives you might have tried to get the feature you want.
validations:
required: true

- type: textarea
attributes:
label: Other
description: Add any other context or screenshots about the feature request below.
validations:
required: false

- type: markdown
attributes:
value: |
Before submitting this feature request, please search our issue tracker to ensure your feature has not
already been requested.

0 comments on commit cd24ce6

Please sign in to comment.