Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 776 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 776 Bytes

How to Contribute

We 💖 pull requests! If you would like to contribute to this project please ensure that you go through our code of conduct

  1. Fork this repo https://github.com/itsmeganesh-cse-iiit/react-alkmaps.git
  2. Run yarn to install all dependencies
  3. Make sure that whatever you are working on has a ticket in our bug tracker. If there is no ticket, please create one
  4. Please ensure that you add tests for the feature/bug you are working against
  5. After you are done with your changes, run yarn test to ensure that existing tests are not broken
  6. Submit a pull request ✨