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
|
# 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/).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue