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 @@
- Look through the existing issues and see if your idea is something new.
- - Create a new issue , or comment on an existing issue that you would like to help solve:
+
- 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. ,
@@ -30,15 +30,15 @@
- fork the yargs repo, and clone it to your computer:
- 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.