Before submitting a pull request, please make sure the following is done:
If you are part of the Availity organization, clone this repository and create your branch off of master. If you are not part of the organization, you will need to fork this repository and the create your branch off of master.
Run yarn in the repository root.
If you've fixed a bug or added code that should be tested, add tests!
Ensure the test suite passes (yarn test). Tip: yarn test --watch TestName is helpful in development.
Make sure your code passed the conventional commits check. Read more about conventional commits
Before submitting a pull request, please make sure the following is done:
master
. If you are not part of the organization, you will need to fork this repository and the create your branch off ofmaster
.yarn
in the repository root.yarn test
). Tip:yarn test --watch TestName
is helpful in development.