change line endings
This commit is contained in:
71
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
Normal file
71
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
name: Bug report
|
||||
description: Report problems/issues here
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Have you searched the wiki and looked for existing issues for this?
|
||||
description: Check the wiki first in case this is a common issue. If it isn't make sure that [no one else has reported it](https://github.com/Jack1424/RealTimeWeather/issues?q=is%3Aissue+label%3Abug+).
|
||||
options:
|
||||
- label: This is not a common issue or cannot be fixed by the solutions provided
|
||||
required: true
|
||||
- label: This issue has not been reported yet
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What's happening
|
||||
description: Describe the issue that you're having. Make sure to be clear and concise.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What's supposed to happen
|
||||
description: Describe what should be happening
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Server Software
|
||||
description: What type of server are you running RealTimeWeather on?
|
||||
options:
|
||||
- Bukkit
|
||||
- Paper
|
||||
- Spigot
|
||||
- Purpur
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Minecraft version
|
||||
description: What version of Minecraft is your server running?
|
||||
placeholder: 'Example: 1.19.3'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Server log
|
||||
description: If applicable, paste the link to your server log here
|
||||
placeholder: Get a link at https://pastebin.com/
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: RTW configuration
|
||||
description: If applicable, paste the link to your configuration file here **(REMEMBER TO REMOVE YOUR API KEY)**
|
||||
placeholder: Get a link at https://pastebin.com/
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Put any more information (including screenshots and videos) that you might have here
|
||||
validations:
|
||||
required: false
|
18
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Feature request
|
||||
description: Use this to request new features and/or changes
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there already a request similar to this?
|
||||
description: Check the [other feature requests](https://github.com/Jack1424/RealTimeWeather/issues?q=label%3Aenhancement+) and ensure that this hasn't been requested yet
|
||||
options:
|
||||
- label: There are not and have never been any feature requests similar to this
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What's your suggestion?
|
||||
description: Use the space below to describe your suggestion. Feel free to attach any relevant files/links.
|
||||
validations:
|
||||
required: true
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
3
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#file: noinspection YAMLSchemaValidation
|
||||
#IntelliJ IDEA interprets this as another issue template so the above line is required
|
||||
blank_issues_enabled: false
|
Reference in New Issue
Block a user