Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe authored Nov 28, 2022
1 parent 166f3ef commit 4474a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: ''

# Description

Please include a summary of the changes and the related issue. If the the issue was ambiguous try to clarify it in this section.
Please include a summary of the changes and the related issue. If the issue was ambiguous try to clarify it in this section.


# Linked issues
Expand All @@ -26,7 +26,7 @@ Please delete options that are not relevant.
- [ ] New feature (adding functionality)
- [ ] Breaking change (fix, feature or refactoring that changes existing functionality)
- [ ] Requires state migrations
- [ ] Profo files changes
- [ ] Proto files changes
- [ ] Updates in store keepers or store keys
- [ ] Changes in genesis (import/export)
- [ ] Testing
Expand Down Expand Up @@ -62,5 +62,5 @@ Please delete options that are not relevant.
- [ ] `make proto-lint` was run (for changes in `.proto` files)
- [ ] PR satisfies closing criteria defined in issue (remove if not applicable or issue has no criteria)
- [ ] Added iterators follow SDK pattern (`IterateX(ctx sdk.Context, cb func(arg1, arg2) (stop bool))`)
- [ ] testuil/e2e/debug_test.go is up-to-date with additional or changed e2e test names
- [ ] testutil/e2e/debug_test.go is up-to-date with additional or changed e2e test names
- [ ] Documentation has been updated

0 comments on commit 4474a08

Please sign in to comment.