12 lines
440 B
Markdown
12 lines
440 B
Markdown
## What does this PR do?
|
|
|
|
<!-- Short description of the change and why it is needed. -->
|
|
|
|
## Checklist
|
|
|
|
- [ ] Every commit is signed off (`git commit -s`) — required, CI rejects
|
|
unsigned commits ([DCO](../DCO), see [CONTRIBUTING.md](../CONTRIBUTING.md))
|
|
- [ ] Tests pass locally (`make -f Makefile.cbm test`)
|
|
- [ ] Lint passes (`make -f Makefile.cbm lint-ci`)
|
|
- [ ] New behavior is covered by a test (reproduce-first for bug fixes)
|