From d1cfe299c6c14415bf7fbf00a482ad5f588f5b61 Mon Sep 17 00:00:00 2001 From: Ceikry Date: Fri, 17 Oct 2025 22:07:14 +0000 Subject: [PATCH] Add default issue template now that Gitlab has changed how things work --- .gitlab/.gitkeep | 0 .gitlab/issue_templates/.gitkeep | 0 .gitlab/issue_templates/Default.md | 17 +++++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 .gitlab/.gitkeep create mode 100644 .gitlab/issue_templates/.gitkeep create mode 100644 .gitlab/issue_templates/Default.md diff --git a/.gitlab/.gitkeep b/.gitlab/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/.gitlab/issue_templates/.gitkeep b/.gitlab/issue_templates/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md new file mode 100644 index 000000000..051106623 --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,17 @@ +What I did: + +What I expected to happen: + +What actually happened: + +IDs of related NPCs/items: + +2009-era source (if relevant): + +Screenshots or video: + +LIVE SERVER username affected by this issue: + +**Bug reports are not accepted by SP users. SP is often out of date and results in invalid bug reports.** + +**If the bug is exploitable make sure you tick the confidential checkbox below** \ No newline at end of file