CONTRIBUTING.md
October 31, 2015 ยท View on GitHub
cta.js is written in JavaScript.
#Setup
- Fork cta.js and clone it on your system.
- Create a new branch out off
masterfor 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
masterto make life easier for the merger. - DO NOT add the library builds (
dist/cta.css&dist/cta.min.js) in your commits.