Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 1.17 KB

Contributing to XMC for Arduino

First important point: All Contributions are welcomed 👐.

Please contribute and raise issues via the github repository.

Overview for Contributors

  • Start your contribution by creating a fork of this repository.
  • It's recommended to create a separate branch for your contribution in your fork.
  • Once your contribution is ready & tested, please create a Pull Request to the master branch. We have some automated tests, so make sure you've browsed our CODE CONVENTION and development instructions
  • Once we merged your changes to the master branch, they are automatically included in the next release.

Development

Please check development instructions section in our documentation for more information on how to set up your development enviroment and start developing XMC4Arduino!