Skip to content

Commit

Permalink
MAINT: capitalize Pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Sep 20, 2024
1 parent 8471104 commit 34e9267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ code. Adding code into the bilby source comes with advantages, but also adds
complexity and review burden to the project. If you are unsure where it should
live, open an issue to discuss it.

## pull requests
## Pull requests

All changes to the code base go through the [merge-request
workflow](https://docs.gitlab.com/ee/user/project/merge_requests/) Anyone may
Expand Down Expand Up @@ -253,7 +253,7 @@ separate from other work, simplifying review and merging once the work is done.
To create a new feature branch:

```bash
$ git pull main
$ git pull main upstream
$ git checkout -b my-new-feature upstream/main
```

Expand Down

0 comments on commit 34e9267

Please sign in to comment.