chore: update our contributing guidelines (#1730)
This commit is contained in:
parent
29b432f054
commit
25e8de40b7
1 changed files with 4 additions and 2 deletions
|
|
@ -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/).
|
||||
|
|
|
|||
Loading…
Reference in a new issue