diff --git a/.gitlab/.gitkeep b/.gitlab/.gitkeep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 0000000000000000000000000000000000000000..5ff6531438383e7061728dc76a08a230f74ae1aa --- /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