Skip to content

Commit

Permalink
Fix the link in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
not-an-aardvark committed May 12, 2016
1 parent 8188682 commit 4835aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To make a feature request, [create a new issue on GitHub](https://github.com/not

Contributions are welcome. To contribute code, fork snoowrap and create a pull request.

Code style is enforced by [ESLint](https://github.com/eslint/eslint) -- please try to make it pass without any warnings/errors. The ESLint configuration can be found [here](https://github.com/not-an-aardvark/snoowrap/blob/master/.eslintrc.js), but it'll probably be easier to just copy the style of the surrounding code.
Code style is enforced by [ESLint](https://github.com/eslint/eslint) -- please try to make it pass without any warnings/errors. The ESLint configuration can be found [here](https://github.com/not-an-aardvark/snoowrap/blob/master/.eslintrc.json), but it'll probably be easier to just copy the style of the surrounding code.

For bugfixes and new features, it's appreciated if you also add a regression test.

Expand Down

0 comments on commit 4835aa5

Please sign in to comment.