From 79d4169226bf1a3df5bd8b70bf86717bed52f781 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Tue, 28 May 2024 11:40:57 +1000 Subject: [PATCH] fix: correct grammar for clarity --- .github/pull_request_template/bug_fix_remplate.md | 4 ++-- .github/pull_request_template/docs_update_template.md | 4 ++-- .github/pull_request_template/feature_template.md | 4 ++-- .github/pull_request_template/test_improvement_template.md | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template/bug_fix_remplate.md b/.github/pull_request_template/bug_fix_remplate.md index afdc1497..f2e4c85b 100644 --- a/.github/pull_request_template/bug_fix_remplate.md +++ b/.github/pull_request_template/bug_fix_remplate.md @@ -15,8 +15,8 @@ Provide branch name so we can reproduce. ## Checklist: -- [ ] This branch is up-to-date with master -- [ ] All gh-action checks are passing +- [ ] This branch is up-to-date with the master branch +- [ ] All github-action checks are passing - [ ] I have performed a self-review of my own code - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in hard-to-understand areas diff --git a/.github/pull_request_template/docs_update_template.md b/.github/pull_request_template/docs_update_template.md index 99c76ba5..a1c43359 100644 --- a/.github/pull_request_template/docs_update_template.md +++ b/.github/pull_request_template/docs_update_template.md @@ -14,8 +14,8 @@ Provide branch name so we can reproduce. ## Checklist: -- [ ] This branch is up-to-date with master -- [ ] All gh-action checks are passing +- [ ] This branch is up-to-date with the master branch +- [ ] All github-action checks are passing - [ ] I have performed a self-review of my own documentation - [ ] I have built the documentation locally with make.bat - [ ] I have built this documentation in docker, following the docker configuration in map2loop/docs diff --git a/.github/pull_request_template/feature_template.md b/.github/pull_request_template/feature_template.md index 29a43a6e..3b6e6313 100644 --- a/.github/pull_request_template/feature_template.md +++ b/.github/pull_request_template/feature_template.md @@ -17,8 +17,8 @@ Provide branch name so we can reproduce. ## Checklist: -- [ ] This branch is up-to-date with master -- [ ] All gh-action checks are passing +- [ ] This branch is up-to-date with the master branch +- [ ] All github-action checks are passing - [ ] I have performed a self-review of my own code - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in hard-to-understand areas diff --git a/.github/pull_request_template/test_improvement_template.md b/.github/pull_request_template/test_improvement_template.md index 0be02d03..56e082bc 100644 --- a/.github/pull_request_template/test_improvement_template.md +++ b/.github/pull_request_template/test_improvement_template.md @@ -13,10 +13,10 @@ Fixes #(issue) Please describe the tests that you ran to verify your changes. Provide branch name so we can reproduce. -## Checklist: +## Checklist: -- [ ] This branch is up-to-date with master -- [ ] All gh-action checks are passing +- [ ] This branch is up-to-date with the master branch +- [ ] All github-action checks are passing - [ ] My tests run with pytest from the map2loop folder - [ ] I have performed a self-review of my own tests - [ ] My tests follow the style guidelines of this project