From 12c5d7890ba0e1d9e014ce0c226d80722b1eab6a Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Tue, 7 Oct 2025 11:20:38 +0700 Subject: [PATCH] chore: add git mr templates --- .gitlab/.gitkeep | 0 .gitlab/merge_request_templates/.gitkeep | 0 .gitlab/merge_request_templates/Default.md | 28 ++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 .gitlab/.gitkeep create mode 100644 .gitlab/merge_request_templates/.gitkeep create mode 100644 .gitlab/merge_request_templates/Default.md diff --git a/.gitlab/.gitkeep b/.gitlab/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.gitlab/merge_request_templates/.gitkeep b/.gitlab/merge_request_templates/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000..3897c85 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,28 @@ +# MERGE REQUEST + +## Summary + +(Summarize the changes that have been made) + +## Videos + +- Please upload videos if there are interactions included: e.g: progress bar, spinner, popup, drawer, etc +- Remove this section if not uploading Videos + +## Screenshots + +- Show whole browser screenshot with URL bar shown where the route is shown +- Remove this section if not uploading Screenshots + +## Redmine + +- Put any related links related to this Merge Request + +## Checklist + +Change the `[ ]` to `[x]` for each of these list that are applicable, remove any list item that are not applicable + +- [ ] I fixed|updated|added unit tests and integration tests for each feature (if applicable). +- [ ] No `error` nor `warning` in the console. +- [ ] I added videos for the developed feature / bug fix. (Please upload videos if there are interactions included: e.g: progress bar, spinner, popup, drawer, etc) +- [ ] I added screenshots of developed feature