From de56bc56edc1ef76fcf5a44c95d943e457f767ae Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 18 Jun 2020 23:48:19 -0700 Subject: [PATCH] Generalize main branch name in CONTRIBUTING.md. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c406a5ec..581d9b9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,5 +43,5 @@ Open pull requests against the `next` branch. That's where the latest changes are staged for the next release. Include the text "(fixes #??)" at the end of the commit message so the pull request will be associated with the relevant issue. Once accepted, the tag `fixed in next` will be added to the issue. -When the commit is merged to `master` branch during the release process, the issue will be closed automatically. +When the commit is merged to the main branch during the release process, the issue will be closed automatically. (See [Closing issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/) for details.)