Mention master branch protection rules

This commit is contained in:
Tamion 2024-04-12 21:11:22 +02:00
parent 65d1466c42
commit eb701e5e40
No known key found for this signature in database
GPG Key ID: 01E616386DBAE296
1 changed files with 5 additions and 5 deletions

View File

@ -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 <https://github.com/isaacs/github/issues/1681> for more information on the
issue.