0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

PRs don't need to squash commits anymore

no issue

-  GitHub has evolved, this is now bad advice
This commit is contained in:
Hannah Wolfe 2017-10-19 12:50:41 +01:00
parent bfade9f50d
commit c4e5884bcb

View file

@ -1,8 +1,9 @@
Got some code for us? Awesome 🎊!
Please include a description of your change & check your PR against this list, thanks!
- [ ] Commit message has a short title & issue references
- [ ] Commits are squashed
- [ ] The build will pass (run `npm test`).
- [ ] There's a clear use-case for this code change
- [ ] Commit message has a short title & references relevant issues
- [ ] The build will pass (run `npm test`)
More info can be found by clicking the "guidelines for contributing" link above.