You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/index.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,23 +22,23 @@
22
22
<olclass="description">
23
23
24
24
<li> Look through the existing issues and see if your idea is something new. </li>
25
-
<li> Create a <ahref="https://github.com/yargs/yargs/issues">new issue</a>, or comment on an existing issue that you would like to help solve:
25
+
<li> Create a <ahref="https://github.com/yargs/yargs/issues">new issue</a>, or comment on an existing issue that you would like to help solve:
26
26
<ul>
27
27
<li> it's usually best to get some feedback before proceeding to write code. ,</li>
28
28
</ul>
29
29
</li>
30
30
31
31
<li> fork the yargs repo, and clone it to your computer:
32
32
<ul>
33
-
<li> GitHub has <ahref="https://help.github.com/articles/using-pull-requests/">great documentation</a> regarding writing your first pull request. </li>
33
+
<li> GitHub has <ahref="https://help.github.com/articles/using-pull-requests/">great documentation</a> regarding writing your first pull request. </li>
34
34
</ul>
35
35
</li>
36
36
37
37
<li> make sure that you write unit-test for any code that you write for yargs:
38
38
<ul>
39
-
<li> we use <ahref="https://github.com/feross/standard">standard</a> coding style, which will validate your style when you run tests </li>
39
+
<li> we use <ahref="https://github.com/feross/standard">standard</a> coding style, which will validate your style when you run tests </li>
40
40
41
-
<li> look through our extensive test suite in <ahref="https://github.com/yargs/yargs/issues">/test</a> to get an idea for how to write unit-tests for this codebase. </li>
41
+
<li> look through our extensive test suite in <ahref="https://github.com/yargs/yargs/issues">/test</a> to get an idea for how to write unit-tests for this codebase. </li>
0 commit comments