From 15d010c70982e2a34f74a83f1920e66c748a0688 Mon Sep 17 00:00:00 2001 From: kalen Date: Mon, 30 Jun 2025 04:49:08 +0000 Subject: [PATCH] Add ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..de1da60 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ +# Bug Report + +Thanks for helping us test the Sinfar NWNEE migration! Please fill out the following details so we can reproduce and fix the issue. + +--- + +**Describe the issue** +> What happened? What did you expect to happen? + +--- + +**Steps to reproduce** +> Be specific. Include any area, item, creature, dialogue, or script involved. + +1. Go to '...' +2. Do '...' +3. Observe '...' + +--- + +**Character name / Account name (if applicable)** +> Helps us trace server-side issues if needed. + +--- + +**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