mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
PR template: link to contributing, changelog (#2051)
Point to the "blob" on master, so that the link is clickable from the PR [changelog skip]
This commit is contained in:
parent
3294c82037
commit
cea74d706a
1 changed files with 2 additions and 2 deletions
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
|
@ -4,8 +4,8 @@ Please describe your pull request. Thank you for contributing! You're the best.
|
||||||
### Your checklist for this pull request
|
### Your checklist for this pull request
|
||||||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
||||||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
||||||
- [ ] I have reviewed the [guidelines for contributing](../CONTRIBUTING.md) to this repository.
|
- [ ] I have reviewed the [guidelines for contributing](../blob/master/CONTRIBUTING.md) to this repository.
|
||||||
- [ ] I have added an entry to [HISTORY.md](../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 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.
|
- [ ] 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.
|
- [ ] 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 commit messages.
|
||||||
|
|
Loading…
Reference in a new issue