diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-25 19:41:24 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-01-23 17:02:37 +0000 |
commit | 1dbb6733734499bbf86b8923f629a333ca5200d5 (patch) | |
tree | c901161e9ec394062ba777cd177c277ee2a0c2e4 | |
parent | 37a7b9d387f01ae789432872028317488d0000c8 (diff) |
Add merge request template for new protocols
Adds the checklist and the appropriate labels automatically.
Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r-- | .gitlab/merge_request_templates/New protocol.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/New protocol.md b/.gitlab/merge_request_templates/New protocol.md new file mode 100644 index 0000000..8c0880b --- /dev/null +++ b/.gitlab/merge_request_templates/New protocol.md @@ -0,0 +1,9 @@ + + +#### Requirements for merging + +- [ ] Review +- [ ] Implementations +- [ ] ACKs from members + +/label ~"New Protocol" ~"In 30 day discussion period" ~"Needs acks" ~"Needs implementations" ~"Needs review" |