cosmos-sdk/.github/PULL_REQUEST_TEMPLATE.md

1.2 KiB

  • Targeted PR against correct branch

    • release/vxx.yy.zz for a merge into a release candidate
    • master for a merge of a release
    • develop in the usual case
  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Updated all relevant documentation (docs/)

  • Updated all relevant code comments

  • Wrote tests

  • Added entries in PENDING.md that include links to the relevant issue or PR that most accurately describes the change.

  • Updated cmd/gaia and examples/


For Admin Use:

  • 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)