| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Rebase requirement is about feature branches (don't merge master into your branch — rebase). PR-into-master may now use merge commit (default) or rebase-and-merge; squash stays off.
| Back | FazBrowse Home | New Git URL |
"We avoid merge commits" was meant to mean: don't merge master into your feature branch — rebase instead. It was not meant to forbid merge commits when landing the PR.
PR-into-master now allows both "Create a merge commit" (default) and "Rebase and merge". Squash merge stays off. This matches the updated branch ruleset (allowed_merge_methods: ["merge", "rebase"]).