diff --git a/.gitlab/merge_request_templates/merge_request.md b/.gitlab/merge_request_templates/merge_request.md new file mode 100644 index 0000000000000000000000000000000000000000..949d2642916e0cba47f1b34e11bb7a71e119da3f --- /dev/null +++ b/.gitlab/merge_request_templates/merge_request.md @@ -0,0 +1,10 @@ +Please fill in the appropriate checklist below (delete whatever is not relevant). +These are the most common things requested on pull requests (PRs). + +## PR checklist + - [ ] This comment contains a description of changes (with reason) + - [ ] If you've fixed a bug or added code that should be tested, add tests! + - [ ] Documentation in `docs` is updated + - [ ] `CHANGELOG.md` is updated + - [ ] `README.md` is updated + - [ ] `LICENSE.md` is updated with new contributors