diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000..eed4d5e --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,42 @@ +## Description + +_Please provide a brief summary of the changes in this merge request._ + +_If possible, add a short screengrab or some screenshots of the changes._ + +## Testing Instructions + +_Please provide instructions on how the code reviewers can test your changes:_ + +1. [Step 1] +2. [Step 2] +3. [Step 3] +4. ... + +_Please include any specific information on test data, configurations, or other requirements that are necessary to properly test the changes._ + +Once you've tested the changes, please confirm that they work as expected and that there are no regressions or unexpected side effects. If any issues are discovered during testing, please include detailed steps to reproduce the issue in the merge request comments. Thank you! + +## Related Issues + +_Please list any related issues or pull requests that are relevant to this merge request._ +_E.g. WES-XXX-..._ + +## Known bugs or issues + +_Please list any known bugs or issues related to the changes in this merge request._ + +## Checklist + +- [ ] I have filled in this template. +- [ ] I have tested my changes thoroughly (both in the editor + **build and run (ctrl+B)**!). +- [ ] I have added appropriate unit tests. +- [ ] I have added appropriate playmode tests. +- [ ] I have updated the user documentation as necessary. +- [ ] Code reviewed by 2 people. + +## Additional Notes + +_Please add any additional notes or comments that may be helpful for reviewers to understand your changes._ + +/assign_reviewer @wesign/unityappreviewers