Update ISSUE_TEMPLATE.yml

This commit is contained in:
kalen 2025-07-02 20:50:06 +00:00
parent 35ef4e2fe5
commit a1a03c63dd

View File

@ -1,5 +1,5 @@
name: General Issue Report
about: Report bugs or submit suggestions for the NWN persistent world
about: Submit bugs or suggestions. You don't have to fill out all the fields, only the ones relevant to your report
labels: ["needs-triage"]
body:
- type: dropdown
@ -35,12 +35,25 @@ body:
validations:
required: false
- type: textarea
id: expected-behavior
- type: input
id: scripts
attributes:
label: Expected Behavior
description: What did you expect to happen? (For bugs only)
placeholder: Describe what should have happened...
label: Related Scripts
description: Any scripts that might be related to this issue
placeholder: Script names or identifiers...
validations:
required: false
- type: textarea
id: attachments
attributes:
label: Screenshots and Logs
description: |
Please attach any relevant screenshots, log files, or other supporting materials.
You can drag and drop files here or paste screenshots directly.
Logs and screenshots help us understand and resolve issues much faster!
placeholder: Attach files here or describe what attachments you're including...
validations:
required: false
@ -71,15 +84,6 @@ body:
validations:
required: false
- type: input
id: scripts
attributes:
label: Related Scripts
description: Any scripts that might be related to this issue
placeholder: Script names or identifiers...
validations:
required: false
- type: textarea
id: additional-info
attributes:
@ -88,16 +92,3 @@ body:
placeholder: Additional context, system information, etc...
validations:
required: false
- type: textarea
id: attachments
attributes:
label: Screenshots and Logs
description: |
Please attach any relevant screenshots, log files, or other supporting materials.
You can drag and drop files here or paste screenshots directly.
Logs and screenshots help us understand and resolve issues much faster!
placeholder: Attach files here or describe what attachments you're including...
validations:
required: false