Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 786 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 786 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure that the changes do not break existing functionality and are properly tested on HW before making pull requests.
  2. Update the README.md with details of changes to the interface. This includes changes to function parameters, added or modified functions.
  3. Pull requests should be made against dev branches (dev for ESP-IDF version <5.0.0 or dev-idf-5.x for ESP-IDF version >5.0.0)
  4. Pull requests will be marged by code maintainers after review.