Skip to content

Commit

Permalink
fix: correct grammar for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed May 28, 2024
1 parent aef79d6 commit 79d4169
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template/bug_fix_remplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template/docs_update_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template/feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/pull_request_template/test_improvement_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79d4169

Please sign in to comment.