Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 506 Bytes

contribution_documentation.md

File metadata and controls

10 lines (8 loc) · 506 Bytes

Contributing

We recognize that ReacType is a work in progress, and so we welcome your contributions to this open-source project! Any and all contributions are greatly appreciated!

  1. Fork the repo
  2. Create your feature branch (git checkout -b feature/newFeature) and create your amazing new feature
  3. Commit your changes (git commit -m 'Added a new feature that does x')
  4. Push to the branch (git push origin feature/newFeature)
  5. Open a Pull Request
  6. We'll review your pull request ASAP!