From d38b471fd816eb9b5d18dd7f0663a744a46dde60 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 3 Mar 2025 09:36:21 +0100 Subject: [PATCH] ci: Move MR template from webui to git Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- .gitlab/merge_request_templates/default.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitlab/merge_request_templates/default.md diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 00000000..88840d29 --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,15 @@ +Add a description of the new feature/bug fix. Reference any relevant bugs. + +## Checklist + * [ ] Commits have `Signed-off-by:` with name/author being identical to the commit author + * [ ] Code modified for feature + * [ ] Test suite updated with functionality tests + * [ ] Test suite updated with negative tests + * [ ] Documentation updated + +## Reviewer's checklist: + * [ ] Any issues marked for closing are addressed + * [ ] There is a test suite reasonably covering new functionality or modifications + * [ ] Function naming, parameters, return values, types, etc., are consistent and according to [CONTRIBUTING.md](https://gitlab.com/libssh/libssh-mirror/-/blob/master/CONTRIBUTING.md) + * [ ] This feature/change has adequate documentation added + * [ ] No obvious mistakes in the code