You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consistency is an important aspect of a codebase. To ensure consistency in Mbed OS code, we have created contributing guidelines. Any contribution to Mbed OS needs to meet the following criteria:
4
+
5
+
#### Design and coding style
6
+
7
+
Be consistent with your changes. We define software design principles and coding style in [this document](style.html).
8
+
9
+
#### Contributions guidance
10
+
11
+
The process how and how we review contributions is described in the [workflow](workflow.html) document.
12
+
13
+
#### CLA
14
+
15
+
All contributors must have signed [CLA](cla.html).
16
+
17
+
#### Licenses
18
+
19
+
License should comply with allowed [licenses described](license.html).
0 commit comments