cosmos-sdk/.github/PULL_REQUEST_TEMPLATE.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating a PR! ✰
v Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
2018-03-01 15:26:16 -08:00
2018-08-22 07:10:57 -07:00
- Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/cosmos-sdk/blob/develop/CONTRIBUTING.md#pr-targeting))
2018-08-15 06:51:01 -07:00
- [ ] Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Wrote tests
2018-08-21 13:39:10 -07:00
- [ ] Updated relevant documentation (`docs/`)
2019-08-13 13:00:28 -07:00
- [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
2019-07-23 00:40:34 -07:00
- [ ] Re-reviewed `Files changed` in the github PR explorer
2018-08-21 13:39:10 -07:00
______
For Admin Use:
2018-08-21 13:39:10 -07:00
- Added appropriate labels to PR (ex. wip, ready-for-review, docs)
- Reviewers Assigned
- Squashed all commits, uses message "Merge pull request #XYZ: [title]" ([coding standards](https://github.com/tendermint/coding/blob/master/README.md#merging-a-pr))