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