Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 1.08 KB

Contributing

We appreciate your contributions! Because this is an open source project, we want to keep it as easy as possible to contribute changes. However, we need contributors to follow a few guidelines.

Contributor agreement

For us to accept your pull request, we need you to agree to our contributor agreement to give us the necessary rights to use and distribute your contributions. (To click through the agreement, create an account on mbed.com, and log in.)

Process

Please create a pull request in GitHub with your contribution. Before creating the pull request, please ensure that all tests pass. We also run the tests on a wide range of boards for every pull request using our CI setup. Changes must pass on all tested boards before the the pull request can be merged.

The developers' guide describes how to create your development environment. The automated tests guide provides information about the available types of tests and describes how to run the tests.