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 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"] labels: ["needs-triage"]
body: body:
- type: dropdown - type: dropdown
@ -35,12 +35,25 @@ body:
validations: validations:
required: false required: false
- type: textarea - type: input
id: expected-behavior id: scripts
attributes: attributes:
label: Expected Behavior label: Related Scripts
description: What did you expect to happen? (For bugs only) description: Any scripts that might be related to this issue
placeholder: Describe what should have happened... 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: validations:
required: false required: false
@ -71,33 +84,11 @@ body:
validations: validations:
required: false 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 - type: textarea
id: additional-info id: additional-info
attributes: attributes:
label: Additional Information label: Additional Information
description: Any other relevant information, including system specs for technical issues description: Any other relevant information, including system specs for technical issues
placeholder: Additional context, system information, etc... 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: validations:
required: false required: false