Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 690 Bytes

pull_request_template.md

File metadata and controls

15 lines (11 loc) · 690 Bytes

Checklist

  • cargo clippy reports no issues
  • cargo doc reports no issues
  • cargo deny issues have been fixed or added to deny.toml
  • cargo test shows all tests passing
  • human-readable change descriptions added to the changelog under the "Unreleased" heading.
    • If the change does not affect the user (or is a process change), preface the change with "Internal:"
    • Add credit to yourself for each change: Added new functionality @githubname.

Description

Related Issues