Skip to content

Commit

Permalink
Update CONTRIBUTING.md with merge instructions (theatre-js#164)
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
AndrewPrifer authored May 16, 2022
1 parent fc9df7c commit 2bdb535
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,9 @@ convention for these branches should be:
- `(feature|hotfix|docs)/[identifier]` or
- an autogenerated branch name from a Github issue (On an issue without a PR,
look under the "Development" sidebar heading for a "create a branch link")

Squash & merge should be preferred most of the time to keep the main branch clean, unless the commit history is relevant, in which case rebase should be used.

Always update your feature branch with a rebase from the main branch to make sure that you don't accidentally break main with an undetected conflict.

Branches belonging to merged PRs should be deleted.

0 comments on commit 2bdb535

Please sign in to comment.