From 1596ddcd8759a630d37b55ff4d0191ff97fb99ca Mon Sep 17 00:00:00 2001 From: Neelesh Thakur <NThakur4@slb.com> Date: Thu, 13 Aug 2020 11:09:44 -0500 Subject: [PATCH] add MR template --- .gitlab/merge_request_templates/default.md | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitlab/merge_request_templates/default.md diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 000000000..30b572826 --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,25 @@ +## Type of change +- [ ] Bug Fix +- [ ] Feature + +**Please provide link to gitlab issue or ADR(Architecture Decision Record)** + +## Does this introduce a change in the core logic? +- [YES/NO] + +## Does this introduce a change in the cloud provider implementation, if so which cloud? +- [ ] AWS +- [ ] Azure +- [ ] GCP +- [ ] IBM + +## Does this introduce a breaking change? +- [YES/NO] + +## What is the current behavior? + +## What is the new/expected behavior? + +## Have you added/updated Unit Tests and Integration Tests? + +## Any other useful information -- GitLab