mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-08 11:06:29 -05:00
Clarifies when to use each merge type for maintainers (#6999)
Co-authored-by: hedara90 <90hedara@gmail.com>
This commit is contained in:
@@ -60,7 +60,11 @@ This should be used for all PRs _except_ when merging from either:
|
||||
* `upcoming`, `master` or `pret/pokeemerald`.
|
||||
|
||||
## Create a merge commit
|
||||
When the branch uses a publicly available feature branch from by the community, use "Create a merge commit" to preserve history for users.
|
||||
Use the "Create a merge commit" to preserve history if:
|
||||
- The branch is a publicly available feature branch from the community
|
||||
- It's a upstream `pret` merge
|
||||
- It's a `master` to `upcoming` merge
|
||||
- It's a Release merge
|
||||
|
||||
## Rebase and merge
|
||||
We do not use this ever.
|
||||
|
||||
Reference in New Issue
Block a user