From cd24ce6c1275263e523a3f12d9406caa36966359 Mon Sep 17 00:00:00 2001 From: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> Date: Fri, 5 Jul 2024 19:42:17 +0200 Subject: [PATCH] Add issues template --- ...behavior-bug-or-plugin-incompatibility.yml | 99 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 + .github/ISSUE_TEMPLATE/feature-request.yml | 44 +++++++++ 3 files changed, 148 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml b/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml new file mode 100644 index 0000000..418278c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml @@ -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. +
+ Example + + ``` + > 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) + ``` + +
+ 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. +
+ Example + + ``` + > about AntiRedstoneClock-Remastered + [19:37:16 INFO]: AntiRedstoneClock-Remastered version 1.1.0 + [19:37:16 INFO]: Authors: OneLiteFeather and TheMeinerLP + ``` + +
+ 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). \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..e44607c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..d4c730e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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. \ No newline at end of file