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-branchInstall the dependencies:
yarn installLinting:
yarn lintRunning tests:
yarn testPrettify your code
yarn lint:fixBy contributing, you agree that your contributions will be licensed unter its MIT License.