Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 396 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

14 lines (9 loc) · 396 Bytes

Pull Request Title

Short introduction explaining the motivation and reasoning behind the pull request.

Implementation (Optional)

Feel free to include design and implementation for external review outside of the code changes.

I have

  • run cargo fmt;
  • run cargo clippy;
  • run cargo testand all tests pass;
  • linked to the originating issue (if applicable).