Add issue templates

This commit is contained in:
Oliver
2025-03-15 15:43:58 +01:00
parent 3b0e25b54d
commit 00c1037951
3 changed files with 60 additions and 0 deletions

46
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,46 @@
name: Bug Report
description: File a bug report.
title: "Bug: "
labels: ["bug"]
body:
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: dropdown
id: software
attributes:
label: In which software has the error occurred?
multiple: false
options:
- Paper
- Folia
- Other
validations:
required: true
- type: input
id: plugin_version
attributes:
label: Plugin version
description: Which version of FancyNpcs are you using?
placeholder: "1.4.1-rc.2"
validations:
required: true
- type: input
id: server_version
attributes:
label: Server version
description: What version is your minecraft server running on?
placeholder: "1.21.4"
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1 @@
blank_issues_enabled: false

View File

@@ -0,0 +1,13 @@
name: Feature Request
description: Suggest a new Feature.
title: "Feature: "
labels: ["feature"]
body:
- type: textarea
id: description
attributes:
label: Describe your idea
description: Please provide a raw or complete concent of the feature
placeholder: A detailed description, possibly with examples or concept arts.
validations:
required: true