Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 491 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 491 Bytes

Contributing

  1. Fork it!;
  2. Create your feature branch: git checkout -b my-new-feature;
  3. Build the project yarn build;
  4. Commit your changes: git commit -m 'Add some feature';
  5. Push to the branch: git push origin my-new-feature.

All commands to build and test are available on package.json.

Remember that we have a pre-push hook with steps that analyzes and prevents mistakes.

After your pull request is merged, you can safely delete your branch.