esp-hal/.github/PULL_REQUEST_TEMPLATE.md
2023-05-11 11:22:42 +02:00

554 B

Thank you!

Thank you for your contribution. Please make sure that your submission includes the following:

Must

  • The code compiles without errors or warnings.
  • All examples work.
  • cargo fmt was run.
  • Your changes were added to the CHANGELOG.md in the proper section.
  • You updated existing examples or added examples (if applicable).
  • Added examples are checked in CI

Nice to have

  • You add a description of your work to this PR.
  • You added proper docs for your newly added features and code.