From 30fc41fb633dff35ccca12797454780b0774aa5e Mon Sep 17 00:00:00 2001 From: Gervaise Henry <GHENRY@swmed.org> Date: Mon, 17 Feb 2020 21:45:36 -0600 Subject: [PATCH] Update gitlab bug and merge request templates --- .gitlab/issue_templates/Bug.md | 4 ++-- .gitlab/merge_request_templates/Merge_Request.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 9263e44..5054089 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -1,7 +1,7 @@ # Summary -# Setps to reproduce +# Steps to reproduce # Observed bug behavoir @@ -18,4 +18,4 @@ /label ~bug ~"To Do" -/cc @ghenry @venkat.malladi @s181706 @s189701 \ No newline at end of file +/cc @ghenry @venkat.malladi @s181706 \ No newline at end of file diff --git a/.gitlab/merge_request_templates/Merge_Request.md b/.gitlab/merge_request_templates/Merge_Request.md index cf2214f..11442ef 100644 --- a/.gitlab/merge_request_templates/Merge_Request.md +++ b/.gitlab/merge_request_templates/Merge_Request.md @@ -1,10 +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). +Please fill in the appropriate checklist below (delete those which are not relevant). +These are the most common things requested on pull requests. ## 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 + - [ ] Replace dag.png with the most recent CI pipleine integrated_pe artifact - [ ] `CHANGELOG.md` is updated - [ ] `README.md` is updated - [ ] `LICENSE.md` is updated with new contributors -- GitLab