mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
docs: Fix typos, formatting, and numbering in README.md and CONTRIBUTING.md.
Build Documentation / build-html (push) Has been cancelled
Build Documentation / build-html (push) Has been cancelled
Fix multiple documentation issues in README.md and CONTRIBUTING.md: * README.md: Merge multi-line badge markdown into single lines for License and Contributors badges to follow standard markdown format. * CONTRIBUTING.md: Remove extra space in Inviolable Principles link URL. * CONTRIBUTING.md: Fix duplicate numbering in section 1.17 Merge rules (two items numbered 3, renumbered to 3, 4, 5). * CONTRIBUTING.md: Fix typo in section 2.2 commit template example, "different thing" to "different things" (missing plural). Signed-off-by: aiduxiaoxiong <aiduxiaoxiong@users.noreply.github.com>
This commit is contained in:
+4
-4
@@ -3,7 +3,7 @@
|
|||||||
Thank you for your interest in contributing to Apache NuttX RTOS :-)
|
Thank you for your interest in contributing to Apache NuttX RTOS :-)
|
||||||
|
|
||||||
If you haven't yet read
|
If you haven't yet read
|
||||||
[The Inviolable Principles of NuttX]( https://github.com/apache/nuttx/blob/master/INVIOLABLES.md)
|
[The Inviolable Principles of NuttX](https://github.com/apache/nuttx/blob/master/INVIOLABLES.md)
|
||||||
please do so first.
|
please do so first.
|
||||||
|
|
||||||
Apache NuttX RTOS supports over 15 different architectures, 360+ boards,
|
Apache NuttX RTOS supports over 15 different architectures, 360+ boards,
|
||||||
@@ -355,8 +355,8 @@ See: https://github.com/apache/nuttx/blob/master/INVIOLABLES.md
|
|||||||
2. Single company / organization commit, review, and merge is not allowed.
|
2. Single company / organization commit, review, and merge is not allowed.
|
||||||
3. Merge of PRs with unresolved discussions and "change request" marks
|
3. Merge of PRs with unresolved discussions and "change request" marks
|
||||||
is not allowed.
|
is not allowed.
|
||||||
3. Self committed code merge with or without review is not allowed.
|
4. Self committed code merge with or without review is not allowed.
|
||||||
4. Direct push to master is not allowed.
|
5. Direct push to master is not allowed.
|
||||||
|
|
||||||
Breaking these rules will be punished.
|
Breaking these rules will be punished.
|
||||||
|
|
||||||
@@ -395,7 +395,7 @@ Add g_ prefix to can_dlc_to_len and len_to_can_dlc to
|
|||||||
follow NuttX coding style conventions for global symbols,
|
follow NuttX coding style conventions for global symbols,
|
||||||
improving code readability and maintainability.
|
improving code readability and maintainability.
|
||||||
* you can also use bullet points.
|
* you can also use bullet points.
|
||||||
* to note different thing briefly.
|
* to note different things briefly.
|
||||||
|
|
||||||
Signed-off-by: AuthorName <Valid@EmailAddress>
|
Signed-off-by: AuthorName <Valid@EmailAddress>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -3,11 +3,9 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||

|

|
||||||
[](https://nuttx.apache.org/docs/latest/introduction/licensing.html)
|
||||||
)](https://nuttx.apache.org/docs/latest/introduction/licensing.html)
|
|
||||||

|

|
||||||
[](https://github.com/apache/nuttx/graphs/contributors)
|
||||||
)](https://github.com/apache/nuttx/graphs/contributors)
|
|
||||||
[](https://github.com/apache/nuttx/actions/workflows/build.yml)
|
[](https://github.com/apache/nuttx/actions/workflows/build.yml)
|
||||||
[](https://nuttx.apache.org/docs/latest/index.html)
|
[](https://nuttx.apache.org/docs/latest/index.html)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user