Thanks for looking into contributing to this repository.
There are several steps you should follow:
- Open an issue before starting to work on something
- Write corresponding tests when adding a new feature
- Make sure that nothing gets broke
- Update the documentation when necessary
- Use prettier before committing
Clone the repository and create a local branch:
git clone https://github.com/Nick46000/react-dialog.git
cd react-dialog
git checkout -b new-branch
Install the dependencies:
yarn install
Linting:
yarn lint
Running tests:
yarn test
Prettify your code
yarn lint:fix
By contributing, you agree that your contributions will be licensed unter its MIT License.