Contributing
Bugfix? Cool new feature? Alternate style? Send us a pull request!
Below are some instructions for developing with TBone:
Make sure Node.js is installed.
Clone TBone
$ git clone [email protected]:appneta/tbone.git $ cd tbone
We use gulp to develop, test, and compile TBone into
/dist
:$ npm install -g gulp $ npm install $ gulp
Create a feature branch and make some code changes
Add unit tests (in
/test
) and ensure your tests pass by runninggulp
.Send us a detailed pull request explaining your changes.