From f02f16270fe4e777abc7df4ec62599a10b82dc2d Mon Sep 17 00:00:00 2001 From: Denis Smirnov <sd@picodata.io> Date: Mon, 30 Sep 2024 11:16:24 +0700 Subject: [PATCH] fix: gitlab MR pattern --- .gitlab/merge_request_templates/default.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md index 0ec17925ef..4c83b566fe 100644 --- a/.gitlab/merge_request_templates/default.md +++ b/.gitlab/merge_request_templates/default.md @@ -6,17 +6,17 @@ - [ ] New code is covered by unit and integration tests. - [ ] Related issues would be automatically closed with - gitlab's closing pattern (`Closes #1, #2`). + gitlab's closing pattern (`Closes #issue_number`). - [ ] Public modules are documented (check the rendered version with `cargo doc --open`). -- [ ] (if PEST grammar is changed) EBNF grammar reflects these changes +- [ ] (if PEST grammar has changed) EBNF grammar reflects these changes (check the result with railroad diagram [generator]. ## Next steps -- Cherry-pick to: none / 24.2 / 24.3 +- Cherry-pick to: none / 24.X - Update sbroad submodule in [picodata/picodata]. -- (if EBNF grammar is changed) create a follow-up issue in [picodata/docs]. +- (if EBNF grammar has changed) create a follow-up issue in [picodata/docs]. [generator]: https://rr.red-dove.com/ui [picodata/docs]: https://git.picodata.io/picodata/picodata/docs/-/issues/new -- GitLab