From 8b2a016ab5ae67db0ff654b4d98fff13d9dd4e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= <hecate@glitchbra.in> Date: Wed, 22 May 2024 11:54:11 +0200 Subject: [PATCH] Haddock: Add MR template for Haddock --- .gitlab/merge_request_templates/Haddock.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitlab/merge_request_templates/Haddock.md diff --git a/.gitlab/merge_request_templates/Haddock.md b/.gitlab/merge_request_templates/Haddock.md new file mode 100644 index 000000000000..e2eccff02659 --- /dev/null +++ b/.gitlab/merge_request_templates/Haddock.md @@ -0,0 +1,17 @@ +Thank your for your contribution to Haddock! + + * [ ] This MR relates to \<ticket number> + * [ ] I have read the [CONTRIBUTING](./utils/haddock/CONTRIBUTING.md) guide + * [ ] I have inserted a CHANGELOG entry if this warrants it + * [ ] I have squashed my commits + * [ ] I have added tests if necessary + + * [ ] I have updated the documentation + +If you have any questions don't hesitate to open your merge request and inquire +in a comment. If your patch isn't quite done yet please do add prefix your MR +title with `Draft:`. + +Once your change is ready please remove the `Draft:` tag and wait for review. If +no one has offered a review in a few days then please leave a comment mentioning +@triagers and apply the ~"Blocked on Review" label. -- GitLab