From 8b6203d8e4611e3775f35d5654a706186ae2aa73 Mon Sep 17 00:00:00 2001 From: Lachlan Leone Date: Sun, 12 Apr 2026 12:18:42 +1000 Subject: [PATCH] Added issue template(s) --- .gitea/ISSUE_TEMPLATE/bug_report.md | 25 ++++++++++++++++++++++++ .gitea/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug_report.md create mode 100644 .gitea/ISSUE_TEMPLATE/feature_request.md diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..2fa597b --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +### What happened? +Briefly describe the issue. + +--- + +### How to reproduce +1. +2. +3. + +--- + +### What did you expect? +What should have happened? + +--- + +### Game & Mod Version +- Game Version: +- Mod Version: + +--- + +### Extra info (optional) +Logs, screenshots, or anything else helpful. \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..950d121 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +### What do you want? +Briefly describe the feature. + +--- + +### How should it work? +Explain how the feature would behave in-game. + +--- + +### Why is this useful? +What problem does this solve or what does it improve? + +--- + +### Extra info (optional) +Screenshots, examples, or additional context. \ No newline at end of file