Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (34 loc) · 795 Bytes

CONTRIBUTING.md

File metadata and controls

52 lines (34 loc) · 795 Bytes

Contributing

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

Setup

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

Development

Linting:

yarn lint

Running tests:

yarn test

Prettify your code

yarn lint:fix

License

By contributing, you agree that your contributions will be licensed unter its MIT License.