From 7e3bc5215311453fb3b061652346146c332a596f Mon Sep 17 00:00:00 2001 From: kalen Date: Wed, 2 Jul 2025 20:47:07 +0000 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 121 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 94 insertions(+), 27 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index de1da60..8f9de6c 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,36 +1,103 @@ -# Bug Report +name: General Issue Report +about: Report bugs or submit suggestions for the NWN persistent world +labels: ["needs-triage"] +body: + - type: dropdown + id: issue-type + attributes: + label: Issue Type + description: What type of issue are you reporting? + options: + - Bug Report + - Suggestion + default: 0 + validations: + required: true -Thanks for helping us test the Sinfar NWNEE migration! Please fill out the following details so we can reproduce and fix the issue. + - type: textarea + id: description + attributes: + label: Description + description: Provide a clear and detailed description of the issue or suggestion + placeholder: Describe what happened or what you'd like to see... + validations: + required: true ---- + - type: textarea + id: steps-to-reproduce + attributes: + label: Steps to Reproduce + description: How can we reproduce this issue? (For bugs only) + placeholder: | + 1. Go to... + 2. Click on... + 3. See error... + validations: + required: false -**Describe the issue** -> What happened? What did you expect to happen? + - type: textarea + id: expected-behavior + attributes: + label: Expected Behavior + description: What did you expect to happen? (For bugs only) + placeholder: Describe what should have happened... + validations: + required: false ---- + - type: input + id: character-name + attributes: + label: Character Name + description: Name of the character involved (if applicable) + placeholder: Character name... + validations: + required: false -**Steps to reproduce** -> Be specific. Include any area, item, creature, dialogue, or script involved. + - type: input + id: account-name + attributes: + label: Account Name + description: Your account/login name (if applicable) + placeholder: Account name... + validations: + required: false -1. Go to '...' -2. Do '...' -3. Observe '...' + - type: input + id: area + attributes: + label: Area/Location + description: Specific area or location where the issue occurred + placeholder: Area name or description... + 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 -**Character name / Account name (if applicable)** -> Helps us trace server-side issues if needed. + - 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 ---- - -**Server / Area** -> e.g. Test Server, City of Sinfar, etc. - ---- - -**Additional context** -> Anything else that might help. Screenshots, logs, or error messages are great. - ---- - -Please keep it focused to one issue per report. Thanks for helping us improve Sinfar! \ No newline at end of file + - 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