Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix two formatting issues on Contributing page #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
<ol class="description">

<li> Look through the existing issues and see if your idea is something new. </li>
<li> Create a <a href="https://github.com/yargs/yargs/issues"> new issue </a>, or comment on an existing issue that you would like to help solve:
<li> Create a <a href="https://github.com/yargs/yargs/issues">new issue</a>, or comment on an existing issue that you would like to help solve:
<ul>
<li> it's usually best to get some feedback before proceeding to write code. ,</li>
<li> it's usually best to get some feedback before proceeding to write code.</li>
</ul>
</li>

<li> fork the yargs repo, and clone it to your computer:
<ul>
<li> GitHub has <a href="https://help.github.com/articles/using-pull-requests/"> great documentation </a> regarding writing your first pull request. </li>
<li> GitHub has <a href="https://help.github.com/articles/using-pull-requests/">great documentation</a> regarding writing your first pull request. </li>
</ul>
</li>

<li> make sure that you write unit-test for any code that you write for yargs:
<ul>
<li> we use <a href="https://github.com/feross/standard"> standard </a> coding style, which will validate your style when you run tests </li>
<li> we use <a href="https://github.com/feross/standard">standard</a> coding style, which will validate your style when you run tests </li>

<li> look through our extensive test suite in <a href="https://github.com/yargs/yargs/issues"> /test </a> to get an idea for how to write unit-tests for this codebase. </li>
<li> look through our extensive test suite in <a href="https://github.com/yargs/yargs/issues">/test</a> to get an idea for how to write unit-tests for this codebase. </li>
</ul>
</li>

Expand Down Expand Up @@ -107,8 +107,6 @@

<p class="description">
This Code of Conduct is adapted from the <a href="http://contributor-covenant.org">Contributor Covenant</a>, version 1.3.0, available at <a href="http://contributor-covenant.org/version/1/3/0/">http://contributor-covenant.org/version/1/3/0/</a>


</p>

</div>
Expand Down
Loading