From bcb6c30dc7c516e0766bb1a5bc7b0ca9d4e4ba2e Mon Sep 17 00:00:00 2001 From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com> Date: Fri, 18 Sep 2020 15:39:41 -0400 Subject: [PATCH] CONTRIBUTING.md: Minor grammar fixes. CONTRIBUTING.md: * Replace "you" with "your" * Replace "this" with "these" * Add one period --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea5794d34a..f6649fd191 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,17 +24,17 @@ it is very important you follow these guidelines: and the rest added to the description. Use it as a starting point to describe your PR. - * Your should follow [NuttX C Coding Standard](https://nuttx.apache.org/docs/latest/contributing/coding_style.html) - + * You should follow [NuttX C Coding Standard](https://nuttx.apache.org/docs/latest/contributing/coding_style.html) + * Your code will be automatically checked by GitHub Continuous Integration (CI) system. If you see the "check" step fails, it is possible that this happens due to style errors. - * Note that we require you to solve this issues + * Note that we require you to solve these issues and adapt all modified files even if you didn't introduce the problem yourself (this way, every - contribution gets us closer to compliance) + contribution gets us closer to compliance). ## For more information