Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 689 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 689 Bytes

native-constants.js is written in JavaScript.

#Setup

  1. Fork native-constants.js and clone it on your system.
  2. Create a new branch out off master for your fix/feature. git checkout new-feature master

#Things to remember

  • Use tabs. No spaces.
  • Do not fix multiple issues in a single commit. Keep them one thing per commit so that they can be picked easily incase only few commits require to be merged.
  • Before submitting a patch, rebase your branch on upstream master to make life easier for the merger.
  • DO NOT add the library builds (dist/native-constants.css & dist/native-constants.min.js) in your commits.