Update ISSUE_TEMPLATE.yml
This commit is contained in:
parent
35ef4e2fe5
commit
a1a03c63dd
@ -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,15 +84,6 @@ 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:
|
||||||
@ -88,16 +92,3 @@ body:
|
|||||||
placeholder: Additional context, system information, etc...
|
placeholder: Additional context, system information, etc...
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
|
Loading…
x
Reference in New Issue
Block a user