Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 831 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 831 Bytes

When contributing to this repository, please first discuss the change you wish to make via claiming an existing issue or making a new issue, discussion section, email, or any other method with the owners of this repository before making a change.

How to contribute?

  1. Fork the project and clone it.
  2. Enter into the project and create a new branch.
  3. Run 'npm install' to install all the packages.
  4. Run 'npm start' to run the app.
  5. Add your code to the new branch.
  6. Add your code to the project.
  7. Create a pull request

Code Style

You can follow the React style guides by Airbnb