Skip to content

Commit c326a48

Browse files
committed
add contributing file
1 parent 79908c6 commit c326a48

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing to Mbed OS
2+
3+
Mbed OS is an open-source, device software platform for the Internet of Things. Contributions are an important part of the platform, and our goal is to make it as simple as possible to become a contributor.
4+
5+
To encourage productive collaboration, as well as robust, consistent and maintainable code, we have a set of guidelines for [contributing to Mbed OS](https://os.mbed.com/docs/mbed-os/latest/contributing/index.html).

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,3 +452,9 @@ Serial pc(TX, RX);
452452
pc.printf("..."); // Replace printf with pc.printf in the example
453453
```
454454
455+
### License and contributions
456+
457+
The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more info.
458+
459+
This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide.
460+

0 commit comments

Comments
 (0)