Skip to content

Latest commit

History

History
24 lines (15 loc) 路 904 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) 路 904 Bytes

How to contribute with the library

Installing the project

To create a pull-request, initially, create a fork of project into your account and then clone the project in your machine:

git clone [email protected]:your-user/LoRaMESH_STM8L.git

Download Cosmic or Raisonance compiler. "IAR Embedded Workbench" and "Cosmic" are the recommended IDEs. Now you're able to contribute with this project.

Reporting Issues

It is possible to report an issue here. Remember to inform as much detail as possible.

Creating Pull Requests

  • Create small pull requests to make the review process easier.
  • Include implementation and execution details in the description.
  • Modify the documentation if necessary.