diff --git a/_sass/_contributing.scss b/_sass/_contributing.scss index fadfadc..ccb4829 100644 --- a/_sass/_contributing.scss +++ b/_sass/_contributing.scss @@ -9,4 +9,8 @@ font-size: 1.2em; padding: 1em 0 0; } + + a { + text-decoration: underline; + } } \ No newline at end of file diff --git a/contributing/index.html b/contributing/index.html index c2099dd..bd3e1ab 100644 --- a/contributing/index.html +++ b/contributing/index.html @@ -22,7 +22,7 @@
  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: @@ -30,15 +30,15 @@
  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: