From 9ed6b3fd50306e2666e59726092992c351bb7fc2 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Fri, 8 Nov 2019 10:48:14 -0600 Subject: [PATCH] Add Merge request template --- .gitlab/merge_request_templates/merge_request.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab/merge_request_templates/merge_request.md diff --git a/.gitlab/merge_request_templates/merge_request.md b/.gitlab/merge_request_templates/merge_request.md new file mode 100644 index 0000000..949d264 --- /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 -- GitLab