From 1bddcf26b63f3952a361277b1ec77d29f85aa135 Mon Sep 17 00:00:00 2001 From: Michael Ripley Date: Wed, 6 Apr 2022 08:01:43 -0500 Subject: [PATCH] Remove reference to dev branch --- .github/CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0ea8115..c8d0191 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,10 +10,6 @@ If you are reporting a bug, please include a log, or at the very least the relev If you want your PR to be approved and merged quickly, please read the following: -### Branches - -PRs should be made onto the `dev` branch. PRs made on to other branches, including master, will be subject to delays as changing their base branch to `dev` may introduce merge conflicts. - ### Code Style If your PR does not follow the project's code style it **will not be approved**. I expect contributors to be capable of fixing code style issues on their own.