diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 4754ae307..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: 🐛 ​ Bug report -about: Report an issue or problem with the way LuckPerms is functioning. -title: '' -labels: 'type: issue' -assignees: '' - ---- - - - -### Description - - - -### Reproduction steps - - -1. Open the config.yml file and set example to true. -2. Restart the server -3. Run /lp user example permission set x from the console -4. See error - - -### Expected behaviour - - - -### Environment details - - -* Server type/version: `ExampleSpigot` running version `1.12.2` build `???` -* LuckPerms version: `v???` - - - - -### Any other relevant details - - diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 000000000..3f889819e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,64 @@ +name: Bug Report +description: Report an issue or problem with the way LuckPerms is functioning. +title: "Bug Report: " +labels: ["type: issue"] +body: + - type: markdown + attributes: + value: "Before going any further, please check to see if your problem is fixed by updating to a newer version. The latest development builds can be obtained from https://luckperms.net/download" + - type: textarea + id: description + attributes: + label: Description + description: Please provide a short description of the issue in the space below. + placeholder: Description goes here! + validations: + required: true + - type: textarea + id: reproduction-steps + attributes: + label: Reproduction Steps + description: Please provide a clear list of steps we should follow in order to reproduce your issue in the space below. + placeholder: List reproduction steps here, please! + validations: + required: true + - type: textarea + id: expected-behaviour + attributes: + label: Expected Behaviour + description: Please provide a description of what you expected to happen. + placeholder: Describe what you expected to happen here. + validations: + required: true + - type: input + id: server-info + attributes: + label: Server Details + description: Please provide a description of the server details, including type and specific version number. + placeholder: 'git-Paper-124 (MC: 1.17.1)' + validations: + required: true + - type: input + id: luckperms-version + attributes: + label: LuckPerms Version + description: Please provide the specific, precise version number of LuckPerms you are using to reproduce this bug. + placeholder: v5.3.70 + validations: + required: true + - type: textarea + id: logs + attributes: + label: Logs and Configs + description: If you think it would be helpful, please also include a pastebin of any relevant config files or log output. You should use https://gist.github.com/ to upload, then include the link below. + placeholder: https://gist.github.com/HelpfulBugReporter/ThisIsAVeryUsefulLogOutput + validations: + required: false + - type: textarea + id: extra-info + attributes: + label: Extra Details + description: Please include any other relevant details in the space below. + placeholder: I was able to reproduce this only at the end of a rainbow. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md deleted file mode 100644 index cae60ae12..000000000 --- a/.github/ISSUE_TEMPLATE/suggestion.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: 💡 ​ Suggestion -about: Suggest an idea for an improvement or change to LuckPerms. -title: '' -labels: 'type: suggestion' -assignees: '' - ---- - -### Description - - - -### Proposed behaviour - - diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml new file mode 100644 index 000000000..134879596 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -0,0 +1,32 @@ +name: Suggestion +description: Suggest an idea for an improvement or change to LuckPerms. +title: "Suggestion: " +labels: ["type: suggestion"] +body: + - type: markdown + attributes: + value: "Before going any further, please check to see if your suggestion has already been added by checking the [wiki](https://luckperms.net/wiki/Home). The latest development builds can be obtained from https://luckperms.net/download" + - type: textarea + id: description + attributes: + label: Description + description: Please provide a short description of your suggestion in the space below. + placeholder: Hello, perhaps you should... + validations: + required: true + - type: textarea + id: proposed-behaviour + attributes: + label: Proposed Behaviour + description: Please provide a short explanation of how the feature should work / be changed, and how this will affect the project. + placeholder: It would... + validations: + required: true + - type: textarea + id: extra-info + attributes: + label: Extra Details + description: Please include any other relevant details in the space below. + placeholder: I think this should only function at the end of a rainbow. + validations: + required: false