From 9ed48b41b3a69b3f2c4bfc0eb5c3cdcae2e1629c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Sun, 8 Oct 2023 12:37:36 -0400 Subject: [PATCH] Fix two formatting issues on Contributing page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://yargs.js.org/contributing/ had two visible issues: - There was a space before the comma in “Create a new issue , or comment on an existing issue”. This was due to the practice of writing all `a` elements with inner spaces. I removed all such inner spaces to avoid this problem in the future. - There was an unnecessary comma after a sentence: “write code. ,” I also deeleted some unnecessary blank lines at the bottom. --- contributing/index.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/contributing/index.html b/contributing/index.html index c2099dd..457a448 100644 --- a/contributing/index.html +++ b/contributing/index.html @@ -22,23 +22,23 @@
  1. Look through the existing issues and see if your idea is something new.
  2. -
  3. Create a new issue , or comment on an existing issue that you would like to help solve: +
  4. Create a new issue, or comment on an existing issue that you would like to help solve:
      -
    • it's usually best to get some feedback before proceeding to write code. ,
    • +
    • it's usually best to get some feedback before proceeding to write code.
  5. fork the yargs repo, and clone it to your computer:
  6. make sure that you write unit-test for any code that you write for yargs:
      -
    • we use standard coding style, which will validate your style when you run tests
    • +
    • we use standard coding style, which will validate your style when you run tests
    • -
    • look through our extensive test suite in /test to get an idea for how to write unit-tests for this codebase.
    • +
    • look through our extensive test suite in /test to get an idea for how to write unit-tests for this codebase.
  7. @@ -107,8 +107,6 @@

    This Code of Conduct is adapted from the Contributor Covenant, version 1.3.0, available at http://contributor-covenant.org/version/1/3/0/ - -