diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 9263e44e3e98f4ba84c6605277179cb6f7968a6c..50540890e97e3eb8bb494613fc07402b169e6381 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 cf2214fd8f235e57315ec19996ee2c5512555f51..11442efc9e33ce9cbaecef9a6dca32df9ad91985 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