Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
4ef39fde71
commit
7e3bc52153
@ -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!
|
||||
- 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