Skip to content

Commit

Permalink
Minor cleanup for contribution docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed May 27, 2018
1 parent 85c291d commit 3c14a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ contribution under the [MIT License](../LICENSE).

If you would like to submit a pull request, please base it on our
[template](CONTRIBUTION_TEMPLATE.md). Not only does this make things easier for
_you_ to know what to include in your contribution, it makes the guide
more consistent which results in a better experience for the user.
Thank you.
_you_ to know what to include in your contribution, it makes the guide more
consistent which results in a better experience for the user. Thank you.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTION_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
How to install it. If it's available on homebrew, just include the following
```bash
brew install <tool>
$ brew install <tool>
```
-->

Expand All @@ -20,7 +20,7 @@
descriptions for extra features. If it's a command-line tool you are writing
about you could for example write about some useful flags. See iTerm/tree
as an example.
-->
-->

## Customization
<!-- If the tool has any useful customization it can be added here -->
Expand Down

0 comments on commit 3c14a7f

Please sign in to comment.