From 2d67e6455b671cde5f1aa4c9a93a0a6a10c91005 Mon Sep 17 00:00:00 2001 From: Leon Kozlowski Date: Tue, 24 Oct 2023 15:51:48 -0400 Subject: [PATCH] patch: Fix reference from master to main branch (#3943) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 670d2b0984..0fdc6eb8a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ reported the issue. Please try to include as much information as you can. Detail Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that: -1. You are working against the latest source on the *master* branch. +1. You are working against the latest source on the *main* branch. 2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already. 3. You open an issue to discuss any significant work - we would hate for your time to be wasted.