Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1012 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 1012 Bytes

How to contribute to this project?

MovingAveragePlus Docs

Reporting issues

Open an issue on the repository and provide the following information:

  1. What version of the library are you using?
  2. What board and/or framework are you using?
  3. How can the issue be reproduced? Provide a minimal code snippet that reproduces the issue if possible.

Testing

The library comes with a set of automated tests. Contributions should include tests to cover the new functionality and ensure that no regressions are introduced.

To run the tests on all configured environments, run:

$ pio test

To test the library on a desktop machine, use the desktop environment:

$ pio test -e desktop

If you wish to test the library on a specific board, configure the environment in platformio.ini and run the tests:

$ pio test -e <environment>

Publish Package on PlatformIO Registry

pio pkg publish .