From 9631b7a4174e056032357d49f5b33cb8a74ef226 Mon Sep 17 00:00:00 2001 From: Daniel Eder Date: Tue, 4 May 2021 08:27:32 +0200 Subject: [PATCH] Update contributing (#3) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02ed0c3..d97f377 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ The following rule governs documentation contributions: ## Pull Request Checklist -* Branch from the master branch and, if needed, rebase to the current master branch before submitting your pull request. If it doesn't merge cleanly with master you may be asked to rebase your changes. +* Branch from the main branch and, if needed, rebase to the current main branch before submitting your pull request. If it doesn't merge cleanly with main you may be asked to rebase your changes. * Commits should be as small as possible while ensuring that each commit is correct independently (i.e., each commit should compile and pass tests).