diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 000000000..ba41e17e5 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,34 @@ +## Please complete before submitting: + +1. [ ] Check the FAQ to see if your issue has already been reported and has a solution: + [Problems-and-solutions](https://gitlab.com/jeseibel/minecraft-lod-mod/-/wikis/2-frequently-asked-questions/2-problems-and-solutions/Problems-and-Solutions) + +2. [ ] Make sure you are not using any mods on the incompatible list: + [Mod support FAQ](https://gitlab.com/jeseibel/minecraft-lod-mod/-/wikis/2-frequently-asked-questions/4-mod-support/Mod-Support) + +3. [ ] Check the existing issues to verify that your bug hasn't already been submitted: + [Issues](https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues/) + +4. [ ] Upload Minecraft's crash report and/or log. + + Minecraft crash reports are located in: `.minecraft/crash-reports` + + Minecraft logs are located in: `.minecraft/logs` + +5. [ ] Upload your Distant Horizons Config. + + The config is found in: `.minecraft/configs/DistantHorizons.toml` + + 6. [ ] Fill out the information below: + +================================================================ + + * minecraft version: + * Distant Horizons version: + * Mod loader: + * List of installed mods (list the smallest number of mods that you can use to re-create the bug): + * Describe the bug: + * Steps to reproduce the bug: + + +/labels ~Bug ~Not-reviewed \ No newline at end of file diff --git a/.gitlab/issue_templates/FeatureRequest.md b/.gitlab/issue_templates/FeatureRequest.md new file mode 100644 index 000000000..d6bc332fd --- /dev/null +++ b/.gitlab/issue_templates/FeatureRequest.md @@ -0,0 +1,8 @@ +- [ ] Check the existing [feature requests](https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues/?sort=updated_desc&state=opened&label_name%5B%5D=Feature) to verify that your feature hasn't already been suggested. + + 1. Describe the feature: + + 2. Describe why this feature should be added: + + +/labels ~Feature ~Not-reviewed \ No newline at end of file diff --git a/.gitlab/issue_templates/ImprovementRequest.md b/.gitlab/issue_templates/ImprovementRequest.md new file mode 100644 index 000000000..a86de83aa --- /dev/null +++ b/.gitlab/issue_templates/ImprovementRequest.md @@ -0,0 +1,7 @@ + 1. Check the existing [improvement requests](https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues/?sort=updated_desc&state=opened&label_name%5B%5D=Improvement) to verify that your improvement hasn't already been suggested. + + 2. Describe the improvement: + + + +/labels ~improvement ~Not-reviewed \ No newline at end of file