diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-12-16 08:33:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-12-16 08:33:04 +0000 |
commit | 7ed8b00a6a0ff82a1e86702fe041f286a7fd089d (patch) | |
tree | 08a40278f751cd4d460677ebe5b80f12ddedd3b5 /.gitlab/merge_request_templates/Default.md | |
parent | b34b530918dc988ea3c37193dee2e7d4f76ba864 (diff) | |
parent | d035a0a5fea7bf94cab1b1d6816c61febdfb8eb6 (diff) |
Merge "[GLOBAL] Move to Gitlab"
Diffstat (limited to '.gitlab/merge_request_templates/Default.md')
-rw-r--r-- | .gitlab/merge_request_templates/Default.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000000..73c9e68a22 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,41 @@ +## What does this MR do? + +<!-- Briefly describe what this MR is about. --> + +## Related issues + +<!-- Link related issues below. In form of: +Issue-ID: PROJECT-1234 (PROJECT-1234 being the isue in ONAP jira) + +MR can have several Issue-Id +--> + +## Author's checklist + +- [ ] The title of the MR is in form of `[IMPACTED] A title` + - `IMPACTED` being an ONAP component (`SO`, `AAI`, ...) or `OOM` component ( + `DOC`, `COMMON`, `GENERAL`, `CI`, ...) +- [ ] You have filled `What does thirs MR do?` +- [ ] You have filled `Related issues` +- [ ] Your last commit message follows the rule: + + ```bash + [IMPACTED] A title + + One or several sentences describing the isssue and the way it's solved + + Issue-ID: PROJECT-1234 + Signed-off-by: Your Name <your.email@company.com> + ``` + +- [ ] Your CLA is submitted in LF + +## Maintener's checklist + +- [ ] Title is OK +- [ ] Commit Message is OK +- [ ] Administrative checks are green +- [ ] Linting checks are green +- [ ] Gate is OK + +/assign @maintainers |