1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

changed PR template to direct people to add "[skip ci]" to the PR title (#2056)

rather than a commit message

[skip changelog]
This commit is contained in:
Derik Linch 2019-10-28 17:21:54 -06:00 committed by Nate Berkopec
parent 7d207022a7
commit 244a358193

View file

@ -8,7 +8,7 @@ Please describe your pull request. Thank you for contributing! You're the best.
- [ ] I have added an entry to [History.md](../blob/master/History.md) if this PR fixes a bug or adds a feature. If it doesn't need an entry to HISTORY.md, I have added `[changelog skip]` to all commit messages.
- [ ] I have added appropriate tests if this PR fixes a bug or adds a feature.
- [ ] My pull request is 100 lines added/removed or less so that it can be easily reviewed.
- [ ] If this PR doesn't need tests (docs change), I added `[ci skip]` to the commit messages.
- [ ] If this PR doesn't need tests (docs change), I added `[ci skip]` to the title of the PR.
- [ ] If this closes any issues, I have added "Closes `#issue`" to the PR description or my commit messages.
- [ ] I have updated the documentation accordingly.
- [ ] All new and existing tests passed, including Rubocop.