Skip to content

Commit 350fb19

Browse files
Merge branch 'main' into aleem/2894-fee-queries-pagination
2 parents 0e0d32c + a244245 commit 350fb19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ closes: #XXXX
1919
type: commit message
2020
```
2121

22-
see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) for commit messages. (view raw markdown for examples)
22+
see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#commit-messages) for commit messages. (view raw markdown for examples)
2323

2424

2525
<!--
@@ -41,12 +41,12 @@ Before we can merge this PR, please make sure that all the following items have
4141
checked off. If any of the checklist items are not applicable, please leave them but
4242
write a little note why.
4343

44-
- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting)).
44+
- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#pull-request-targeting)).
4545
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
4646
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules/10-structure.md) and [Go style guide](../docs/dev/go-style-guide.md).
47-
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing).
47+
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/main/testing/README.md#ibc-testing-package).
4848
- [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`).
4949
- [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
50-
- [ ] Provide a [commit message](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) to be used for the changelog entry in the PR description for review.
50+
- [ ] Provide a [commit message](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#commit-messages) to be used for the changelog entry in the PR description for review.
5151
- [ ] Re-reviewed `Files changed` in the Github PR explorer.
5252
- [ ] Review `Codecov Report` in the comment section below once CI passes.

0 commit comments

Comments
 (0)