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
npm run test
# Storybook Demo
npm run storybook
# Portal
npm run start
```
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:
- 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/).