Skip to content

Commit d5dfb2c

Browse files
author
Amanda Butler
authored
Edit guidelines.md
Fix existing typo, and spell out symbol for consistent style.
1 parent 909db13 commit d5dfb2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/contributing/guidelines/guidelines.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
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:
44

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).
88

9-
### Access to the ARMmbed organisation on GitHub
9+
### Access to the ARMmbed organization on GitHub
1010

1111
You might require direct access to the ARMmbed organization for one of the following reasons:
1212

@@ -26,4 +26,4 @@ Each repository must contain:
2626

2727
- `CONTRIBUTING.md` file (similar to [Mbed OS contributing](https://github.com/ARMmbed/mbed-os/blob/master/CONTRIBUTING.md)).
2828
- `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

Comments
 (0)