diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000..c5acc04 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,32 @@ +## Why this change? + +Closes ticket # + +## Description + +I have tested this MR: + +- [ ] tested this PR on iOS simulator/physical device, +- [ ] tested this PR on Android simulator/physical device, +- [ ] ran e2e tests. + +A few sentences describing the overall goals of the pull request's commits. + +## Steps to Test or Reproduce + +Outline the steps to test or reproduce the MR here. + +## Reviewing + +Here's what I am looking for feedback on in particular: + +- additional testing on specific type of the devices, +- feedback on specific part of the code, +- etc. + +## In addition: + +- Screenshots +- Links to the additional info +- Migrations +- Follow-up tickets