diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md index 945c3a4274..aa40d65983 100644 --- a/.gitlab/issue_templates/Default.md +++ b/.gitlab/issue_templates/Default.md @@ -1,19 +1,44 @@ -If you're reporting an issue specific to an OpenMW fork, e.g. [TES3MP](https://github.com/TES3MP/openmw-tes3mp/issues) for multiplayer or [OpenMW-VR](https://gitlab.com/madsbuvi/openmw/-/issues) for OpenXR VR, please report it to that fork's author instead of here. Mod list issues or mod installer issues also do not belong here. + -Describe the issue as detailed as you can. Below is a list of questions that should be answered in the description (if they apply). +## Issue Description -- Is the problem OpenMW specific or does it also happen in vanilla Morrowind? -- What is your operating system? -- What version of OpenMW are you using? -- If you used a bleeding edge build, state the exact revision used. -- What version of Morrowind are you using (i.e. retail CD or Steam)? What addons (Tribunal, Bloodmoon) do you have installed? -- What language is your Morrowind install? -- Do you use any mods? -- If so, does the problem also occur in a clean vanilla install without any mods? -- What are the exact steps to reproduce the problem?What did you expect to happen? -- What happened instead? -- Are there any error messages in your openmw.log file? If you're not an OpenMW team member, it's best to upload it. -- What settings do you use? If you're not an OpenMW team member, it's best to upload your settings.cfg. -- Where is the in-game location this problem can be observed? Avoid vague statements such as "west of town X". Instead, open the console (` key by default, the key above Tab), click on the problematic object, then use the betacomment (bc) instruction to get useful information about the object that you can copy and paste into the bugreport: + + +## Steps to Reproduce + + + +## System Information + +* **OpenMW Version:** +* **Operating System & Version:** +* **GPU:** +* **Morrowind Version:** +* **Language:** +* **Addons:** + +## Mods + +* **Are you using mods?** Yes/No +* **Are you using postprocessing or non-default shaders?** Yes/No +* **Does it happen in a clean vanilla install?** Yes/No/Untested + +## Logs and Settings + + diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md index ee3ce0c140..49e257f87e 100644 --- a/.gitlab/merge_request_templates/Default.md +++ b/.gitlab/merge_request_templates/Default.md @@ -1,17 +1,33 @@ -Closes or related to*: #ISSUE_NUMBER + -*_[Refer to GitLab documentation for the proper terms to use for closing/referring to issues](https://docs.gitlab.com/user/project/issues/managing_issues/#closing-issues-automatically). Choose 'closes' if your MR implements/fixes the issue and related to if it does not but should be referenced._ +Closes # -Provide a description of your changes. **No LLM Descriptions, please.** +## Description -Some things to include: + -- Reasoning for changes -- Questions/concerns -- Any steps to replicate/confirm -- Remaining TODO items -- If there's any supporting files or assets needed to review your MR, please link to them or include them. +## Checklist -Please review [the project CONTRIBUTING guidelines](https://gitlab.com/OpenMW/openmw/-/blob/master/CONTRIBUTING.md?ref_type=heads) before raising your MR for review. +Mark as done if not applicable. -Thank you! +- [ ] I have read the [CONTRIBUTING guidelines](https://gitlab.com/OpenMW/openmw/-/blob/master/CONTRIBUTING.md) +- [ ] My code builds and runs locally +- [ ] I have included steps to replicate/confirm the changes below +- [ ] I have attached necessary supporting files or assets + +## Steps to Test/Replicate + +1. ... +2. ... +3. ... + +## Outstanding TODOs / Questions + +- [ ] ...