From bf32f4a9857e1a81d71108c7dbee0e23c8446247 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Wed, 15 May 2019 13:17:44 -0500 Subject: [PATCH] Add in initial template. --- .gitlab/merge_request_templates/merge_request.md | 11 +++++++++++ 1 file changed, 11 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..2004116 --- /dev/null +++ b/.gitlab/merge_request_templates/merge_request.md @@ -0,0 +1,11 @@ + +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 + -- GitLab