Files
ai-for-dummies/submitted-skills/Arthur Vilela/skills/draft-mr/templates/default.md
T
2026-09-04 13:28:06 -03:00

46 lines
1.7 KiB
Markdown

## What is this MR for?
_Problem or feature description._
## What does this MR do?
_Solution description._
## How was it tested?
_Describe the steps taken to verify the change works. Name the tests or scenarios._
_IMPORTANT: answers like "tested", "checked locally", "tested on dev environment" are NOT acceptable._
## Are there points in the code the reviewer needs to double-check?
(_Specify any point to pay attention to._)
## Does this MR meet the common acceptance criteria?
- [ ] Unit tests
- [ ] New tests are added on this bug/feature
- [ ] All existing tests are passing
- [ ] MR name follows the pattern `[UNM-XXX] <short description of what is done>` (no separator after the ticket)
- [ ] Branch name follows the pattern `feature/UNM-XXXX`, `bugfix/UNM-XXXX`, or `bugfix/UNM-XXXX_<release>`
- [ ] A person from `MAINTAINERS.md` is set as Assignee; Reviewer left empty unless another approval is required
- [ ] "Squash commits" option is selected
- [ ] Pipeline is green
- [ ] All threads are resolved
- [ ] Appropriate documentation is created/updated (mandatory for new feature)
- [ ] The changes are backward compatible
- [ ] There are no merge conflicts with the branch you are merging in
## Does this MR meet the feature acceptance criteria?
(_Optional. For feature MR only._)
- [ ] New feature files or scenarios are added and passing
- [ ] Feature MR has been demonstrated to the product owner
- [ ] Permission for merge was obtained from the product owner
## Related Information
Ticket: _Ticket-ID_
## Where should it be merged?
(_master, release/202x.x, etc._)
## Is this MR blocked?
(_If another MR must be merged first or QA testing is pending, apply the "Do not merge" label and name the blocker here._)