Skip to content

Commit

Permalink
Merge pull request #21 from liquiddevelopmentnet/dev
Browse files Browse the repository at this point in the history
chore(docs): fixed markdown link
  • Loading branch information
liquiddevelopmentnet authored Dec 16, 2023
2 parents baf6142 + 5785207 commit 36558ed
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 @@ -58,7 +58,7 @@ We will then take care of the issue as soon as possible.
- Fork the repository, clone it and install the dependencies by running `yarn install`.
- Setup the pre-commit hook by running `yarn prepare`.
- Create a new branch for your contribution.
- Make your changes and commit them with a [good commit message](#commit-messages).
- Make your changes and commit them with a [good commit message](#commit-message-styleguide).
- Write unit tests for your changes, see [mocha](https://mochajs.org/) and [chai](https://www.chaijs.com/).
- Add JSDoc comments to your added code, see [JSDoc](https://jsdoc.app/).
- Push your changes to your fork and open a pull request against the `dev` branch of the main repository.
Expand Down

0 comments on commit 36558ed

Please sign in to comment.