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:
parent
bfade9f50d
commit
c4e5884bcb
1 changed files with 4 additions and 3 deletions
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue