From 307beae70bf6935dd87f87565d901961ae8e34a0 Mon Sep 17 00:00:00 2001 From: Neil Cronin Date: Fri, 9 Apr 2021 01:16:08 -0700 Subject: [PATCH] s/master/main/ and clarify sentence in docs. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 564adbf4b..c7b8ffdcf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ If you’d like to contribute: ## Notes -It’s important that the pull request merge cleanly with master. +It’s important that the pull request merge cleanly with the git branch `main`. You should have read the [coding guidelines](Technotes/CodingGuidelines.md) first. If your code doesn’t follow the guidelines, we will likely suggest revising it.