mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Better issue templates (#3184)
This commit is contained in:
parent
9c5a43b487
commit
f84f425817
40
.github/ISSUE_TEMPLATE/bug-report.md
vendored
40
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,40 +0,0 @@
|
|||||||
---
|
|
||||||
name: 🐛 Bug report
|
|
||||||
about: Report an issue or problem with the way LuckPerms is functioning.
|
|
||||||
title: ''
|
|
||||||
labels: 'type: issue'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- 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 -->
|
|
||||||
|
|
||||||
### Description
|
|
||||||
<!-- Please provide a short description of the issue in the space below. -->
|
|
||||||
|
|
||||||
|
|
||||||
### Reproduction steps
|
|
||||||
<!-- Please provide a clear list of steps we should follow in order to reproduce your issue in the space below. -->
|
|
||||||
|
|
||||||
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
|
|
||||||
<!-- Please provide a description of what you expected to happen. -->
|
|
||||||
|
|
||||||
|
|
||||||
### Environment details
|
|
||||||
<!-- Please provide details of your server environment in the space below. -->
|
|
||||||
|
|
||||||
* Server type/version: `ExampleSpigot` running version `1.12.2` build `???`
|
|
||||||
* LuckPerms version: `v???`
|
|
||||||
|
|
||||||
<!-- 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. -->
|
|
||||||
|
|
||||||
|
|
||||||
### Any other relevant details
|
|
||||||
<!-- Please include any other relevant details in the space below. -->
|
|
||||||
|
|
64
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
64
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@ -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
|
16
.github/ISSUE_TEMPLATE/suggestion.md
vendored
16
.github/ISSUE_TEMPLATE/suggestion.md
vendored
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
name: 💡 Suggestion
|
|
||||||
about: Suggest an idea for an improvement or change to LuckPerms.
|
|
||||||
title: ''
|
|
||||||
labels: 'type: suggestion'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Description
|
|
||||||
<!-- Please provide a short description of the suggestion in the space below. -->
|
|
||||||
|
|
||||||
|
|
||||||
### Proposed behaviour
|
|
||||||
<!-- Please provide a short explanation of how the feature should work / be changed, and how this will effect the project. -->
|
|
||||||
|
|
32
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user