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**
|
- type: textarea
|
||||||
> What happened? What did you expect to happen?
|
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**
|
- type: input
|
||||||
> Be specific. Include any area, item, creature, dialogue, or script involved.
|
id: account-name
|
||||||
|
attributes:
|
||||||
|
label: Account Name
|
||||||
|
description: Your account/login name (if applicable)
|
||||||
|
placeholder: Account name...
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
1. Go to '...'
|
- type: input
|
||||||
2. Do '...'
|
id: area
|
||||||
3. Observe '...'
|
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)**
|
- type: textarea
|
||||||
> Helps us trace server-side issues if needed.
|
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
|
||||||
**Server / Area**
|
attributes:
|
||||||
> e.g. Test Server, City of Sinfar, etc.
|
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.
|
||||||
**Additional context**
|
|
||||||
> Anything else that might help. Screenshots, logs, or error messages are great.
|
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
|
||||||
Please keep it focused to one issue per report. Thanks for helping us improve Sinfar!
|
|
Loading…
x
Reference in New Issue
Block a user