diff --git a/ISSUE_TEMPLATE.yml b/ISSUE_TEMPLATE.yml index 8f9de6c..214e48a 100644 --- a/ISSUE_TEMPLATE.yml +++ b/ISSUE_TEMPLATE.yml @@ -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,33 +84,11 @@ 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: label: Additional Information description: Any other relevant information, including system specs for technical issues 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 \ No newline at end of file