PULL_REQUEST_TEMPLATE 462 B

12345678910111213141516171819202122232425262728293031
  1. ### Description
  2. add a description of your changes here...
  3. ### Rationale
  4. tell us why we need these changes...
  5. ### Example
  6. add an example CLI or API response...
  7. ### Changes
  8. Notable changes:
  9. * add each change in a bullet point here
  10. * ...
  11. ### Preflight checks
  12. - [ ] build passed (`make build`)
  13. - [ ] tests passed (`make test`)
  14. - [ ] manual transaction test passed
  15. ### Already reviewed by
  16. ...
  17. ### Related issues
  18. ... reference related issue #'s here ...