diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6739cc8ad7..03d67c70508 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Thank you for your interest in contributing to Apache NuttX RTOS :-) 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. 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. 3. Merge of PRs with unresolved discussions and "change request" marks is not allowed. -3. Self committed code merge with or without review is not allowed. -4. Direct push to master is not allowed. +4. Self committed code merge with or without review is not allowed. +5. Direct push to master is not allowed. 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, improving code readability and maintainability. * you can also use bullet points. -* to note different thing briefly. +* to note different things briefly. Signed-off-by: AuthorName ``` diff --git a/README.md b/README.md index e56807dfe22..3ec5eba255e 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@

![POSIX Badge](https://img.shields.io/badge/POSIX-Compliant-brightgreen?style=flat&label=POSIX) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue -)](https://nuttx.apache.org/docs/latest/introduction/licensing.html) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue)](https://nuttx.apache.org/docs/latest/introduction/licensing.html) ![Issues Tracking Badge](https://img.shields.io/badge/issue_track-github-blue?style=flat&label=Issue%20Tracking) -[![Contributors](https://img.shields.io/github/contributors/apache/nuttx -)](https://github.com/apache/nuttx/graphs/contributors) +[![Contributors](https://img.shields.io/github/contributors/apache/nuttx)](https://github.com/apache/nuttx/graphs/contributors) [![GitHub Build Badge](https://github.com/apache/nuttx/workflows/Build/badge.svg)](https://github.com/apache/nuttx/actions/workflows/build.yml) [![Documentation Badge](https://github.com/apache/nuttx/workflows/Build%20Documentation/badge.svg)](https://nuttx.apache.org/docs/latest/index.html)