[GLOBAL] Move to Gitlab
[oom.git] / .gitlab / merge_request_templates / Default.md
1 ## What does this MR do?
2
3 <!-- Briefly describe what this MR is about. -->
4
5 ## Related issues
6
7 <!-- Link related issues below. In form of:
8 Issue-ID: PROJECT-1234 (PROJECT-1234 being the isue in ONAP jira)
9
10 MR can have several Issue-Id
11 -->
12
13 ## Author's checklist
14
15 - [ ] The title of the MR is in form of `[IMPACTED] A title`
16   - `IMPACTED` being an ONAP component (`SO`, `AAI`, ...) or `OOM` component (
17   `DOC`, `COMMON`, `GENERAL`, `CI`, ...)
18 - [ ] You have filled `What does thirs MR do?`
19 - [ ] You have filled `Related issues`
20 - [ ] Your last commit message follows the rule:
21
22     ```bash
23     [IMPACTED] A title
24
25     One or several sentences describing the isssue and the way it's solved
26
27     Issue-ID: PROJECT-1234
28     Signed-off-by: Your Name <your.email@company.com>
29     ```
30
31 - [ ] Your CLA is submitted in LF
32
33 ## Maintener's checklist
34
35 - [ ] Title is OK
36 - [ ] Commit Message is OK
37 - [ ] Administrative checks are green
38 - [ ] Linting checks are green
39 - [ ] Gate is OK
40
41 /assign @maintainers