Skip to content

Latest commit

History

History
12 lines (9 loc) 路 1 KB

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) 路 1 KB

Contributing to react-native-svg-charts

First of all a big thank you for wanting to contribute to this library. 馃弳

In order for this to be maintainable we ask you to follow these rules when contributing.

  • work off of and make your pull request to the dev branch. Master is meant to reflect what's published to npm, think git flow.
  • make sure that you understand how this library works and utilize what's already in place, try not to introduce new complexity unless properly motivated.
  • motivate why you've made the changes you have made in the PR description.
  • make sure your implementation doesn't break anything, step through all the StoryBook stories and make sure everything look as expected. Also make sure that the circleci builds are passing.
  • create one (or several) new story/stories that showcases your new feature
  • fork react-native-svg-charts-examples and make a PR with your newly implementes stories (include screenshots).