Skip to content

Commit f711f0a

Browse files
authored
[CONTRIBUTING.md] Add note that we prefer squash+merge when merging PRs.
1 parent ed13d09 commit f711f0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,11 @@ runtest harness).
287287
- To remove whitespace relative to the `master` branch, run
288288
`git rebase --whitespace=fix master`.
289289

290+
#### Git Recommendations For Pull Request Reviewers
291+
292+
- When merging, we generally like `squash+merge`. Unless it is the rare case of a PR with carefully staged individual commits that you want in the history separately, in which case `merge` is acceptable, but usually prefer `squash+merge`.
293+
294+
290295
## Resources
291296

292297
* Julia

0 commit comments

Comments
 (0)