From 9a513e801bfc0f5b8f718ab96cd1507110ef4e0e Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Mon, 30 Dec 2019 20:54:06 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f9a22f5..d22fbedd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,8 +21,8 @@ You can run all the test cases by invoking `make test`. ## Submitting changes -Please create a new PR against the `master` which must be based on the project's -[pull request template](.github/PULL_REQUEST_TEMPLATE.md). +Please create a new PR against the `master` branch which must be based on the +project's [pull request template](.github/PULL_REQUEST_TEMPLATE.md). ## Coding conventions