UNPKG

react-easy-edit

Version:

A react library for inline editing components

11 lines (8 loc) 768 B
# How to Contribute We :sparkling_heart: pull requests! If you would like to contribute to this project please ensure that you go through our [code of conduct](https://github.com/giorgosart/react-easy-edit/blob/master/CODE_OF_CONDUCT.md) 1. Clone this repo `https://github.com/giorgosart/react-easy-edit.git` 2. Run `yarn` to install all dependancies 2. Make sure that whatever you are working on has a ticket in our bug tracker. If there is no ticket, please [create one](https://github.com/giorgosart/react-easy-edit/issues/new/choose) 2. Please ensure that you add tests for the feature/bug you are working against 3. After you are done with your changes, run `yarn test` to ensure that existing tests are not broken 7. Submit a pull request :sparkles: