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
Copy file name to clipboardExpand all lines: docs/reference/contributing/guidelines/guidelines.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
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
4
5
-
* Design and coding style: Be consistent with your changes. We define software design principles and coding style in [this document](../contributing/style.html).
6
-
* Contributions guidance: The process and how we review contributions is described in the [workflow](../contributing/workflow.html) document.
7
-
* Licenses: Licenses should comply with the [licenses described here](../contributing/license.html).
5
+
- Design and coding style: Be consistent with your changes. We define software design principles and coding style in [this document](../contributing/style.html).
6
+
- Contributions guidance: The process and how we review contributions is described in the [workflow](../contributing/workflow.html) document.
7
+
- Licenses: Licenses should comply with the [licenses described here](../contributing/license.html).
8
8
9
-
### Access to the ARMmbed organisation on GitHub
9
+
### Access to the ARMmbed organization on GitHub
10
10
11
11
You might require direct access to the ARMmbed organization for one of the following reasons:
12
12
@@ -26,4 +26,4 @@ Each repository must contain:
26
26
27
27
-`CONTRIBUTING.md` file (similar to [Mbed OS contributing](https://github.com/ARMmbed/mbed-os/blob/master/CONTRIBUTING.md)).
28
28
-`LICENSE` file - the full license text or overview of every license in the repo with links.
29
-
-`README.md` has a license & contributing section (similar to [Mbed OS license and contributions section](https://github.com/ARMmbed/mbed-os/blob/master/README.md#license-and-contributions)).
29
+
-`README.md` has a license and contributing section (similar to [Mbed OS license and contributions section](https://github.com/ARMmbed/mbed-os/blob/master/README.md#license-and-contributions)).
0 commit comments