Skip to content

Commit

Permalink
Update CONTRIBUTING.md link syntax for style guide (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny7read committed Jul 4, 2023
1 parent 98b01ac commit 07698d3
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 @@ -21,7 +21,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c

Here are a few things you can do that will increase the likelihood of your pull request being accepted:

- Follow the [style guide][https://standardjs.com/] which is using standard. Any linting errors will be shown when running `npm test`
- Follow the [style guide](https://standardjs.com/) which is using standard. Any linting errors will be shown when running `npm test`
- Write and update tests.
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
Expand Down

0 comments on commit 07698d3

Please sign in to comment.