2018-07-26 13:55:41 -07:00
|
|
|
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
|
2020-05-18 07:09:14 -07:00
|
|
|
v ✰ Thanks for creating a PR! ✰
|
2018-07-26 13:55:41 -07:00
|
|
|
v Before smashing the submit button please review the checkboxes.
|
2018-06-09 21:11:27 -07:00
|
|
|
v If a checkbox is n/a - please still include it but + a little note why
|
2018-07-26 13:55:41 -07:00
|
|
|
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
|
2018-03-01 15:26:16 -08:00
|
|
|
|
2019-12-04 09:11:37 -08:00
|
|
|
## Description
|
|
|
|
|
|
|
|
<!-- Add a description of the changes that this PR introduces and the files that
|
|
|
|
are the most critical to review.
|
|
|
|
-->
|
|
|
|
|
2020-05-05 12:43:01 -07:00
|
|
|
closes: #XXXX
|
2020-05-18 07:09:14 -07:00
|
|
|
|
2020-06-05 09:52:20 -07:00
|
|
|
---
|
|
|
|
|
2020-05-18 07:09:14 -07:00
|
|
|
Before we can merge this PR, please make sure that all the following items have been
|
|
|
|
checked off. If any of the checklist items are not applicable, please leave them but
|
|
|
|
write a little note why.
|
|
|
|
|
|
|
|
- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
|
|
|
|
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
|
|
|
|
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
|
|
|
|
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
|
|
|
|
- [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
|
|
|
|
- [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
|
|
|
|
- [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
|
|
|
|
- [ ] Re-reviewed `Files changed` in the Github PR explorer
|
2020-06-30 11:55:37 -07:00
|
|
|
- [ ] Review `Codecov Report` in the comment section below once CI passes
|