From 34e9267a4d1f2a669c596884c66d31a7031eb3c6 Mon Sep 17 00:00:00 2001 From: mj-will Date: Fri, 20 Sep 2024 15:54:26 +0100 Subject: [PATCH] MAINT: capitalize Pull requests --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc7dcfcb..2095d01c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 ```