diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2afc57a77..aec548c12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,18 +4,18 @@ PaperMC is happy you're willing to contribute to our projects. We are usually very lenient with all submitted PRs, but there are still some guidelines you can follow to make the approval process go more smoothly. -## Use a Personal Fork and not an Organization +## Branch Protection Paper will routinely modify your PR, whether it's a quick rebase or to take care of any minor nitpicks we might have. Often, it's better for us to solve these problems for you than make you go back and forth trying to fix them yourself. -Unfortunately, if you use an organization for your PR, it prevents Paper from -modifying it. This requires us to manually merge your PR, resulting in us -closing the PR instead of marking it as merged. +Unfortunately, if you use an organization or the master branch for your PR, +it prevents Paper from modifying it. This requires us to manually merge your +PR, resulting in us closing the PR instead of marking it as merged. We much prefer to have PRs show as merged, so please do not use repositories -on organizations for PRs. +on organizations or the master branch for PRs. See for more information on the issue.