chore: update our contributing guidelines (#1730)

This commit is contained in:
gerjanvangeest 2022-06-13 11:03:59 +02:00 committed by GitHub
parent 29b432f054
commit 25e8de40b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,8 +36,8 @@ npm run lint
# Tests # Tests
npm run test npm run test
# Storybook Demo # Portal
npm run storybook npm run start
``` ```
Create a Pull Request: Create a Pull Request:
@ -57,4 +57,6 @@ git push -u fork fix/buttonSize
Some things that will increase the chance that your merge request is accepted: Some things that will increase the chance that your merge request is accepted:
- Write tests. - Write tests.
- Add documentation.
- Add a [changeset](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md).
- Write a [good commit message](https://www.conventionalcommits.org/). - Write a [good commit message](https://www.conventionalcommits.org/).