Skip to content
Snippets Groups Projects
Verified Commit 2e7b09df authored by Denis Smirnov's avatar Denis Smirnov
Browse files

chore: add merge request template for gitlab

parent 8c8c0c61
No related branches found
No related tags found
1 merge request!1414sbroad import
## Summarize the changes
%{all_commits}
## Ensure that
- [ ] New code is covered by unit and integration tests.
- [ ] Related issues would be automatically closed with
gitlab's closing pattern (`Closes #1, #2`).
- [ ] Public modules are documented (check the rendered version with
`cargo doc --open`).
- [ ] (if PEST grammar is changed) EBNF grammar reflects these changes
(check the result with railroad diagram [generator].
## Next steps
- Update sbroad submodule in [picodata/picodata].
- (if EBNF grammar is changed) create a follow-up issue in [picodata/docs].
[generator]: https://bottlecaps.de/rr/ui
[picodata/docs]: https://git.picodata.io/picodata/picodata/docs/-/issues/new
[picodata/picodata]: https://git.picodata.io/picodata/picodata/picodata
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment