Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 470 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

10 lines (8 loc) · 470 Bytes

Description

{ describe your changes here }

Checklist

  • Formatted code using cargo fmt --all
  • Linted code using clippy cargo clippy --all-targets --all-features -- -D warnings
  • Updated README.md using cargo readme -r influxdb -t ../README.tpl > README.md
  • Reviewed the diff. Did you leave any print statements or unnecessary comments?
  • Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment