issues/ISSUE_TEMPLATE.yml
2025-07-02 20:47:38 +00:00

103 lines
2.8 KiB
YAML

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
- 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
- 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
- type: input
id: account-name
attributes:
label: Account Name
description: Your account/login name (if applicable)
placeholder: Account name...
validations:
required: false
- 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
- 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