UNPKG

iyql

Version:
51 lines (32 loc) 880 B
# Contributing to node-iyql ## Make your changes Clone the repository. ``` $ git clone git@github.com:okuryu/node-iyql.git $ cd node-iyql ``` Make a branch your working. ``` $ git checkout -b your-branch ``` ## Test your code Testing is much easier. ``` $ npm install $ npm test ``` Commit your changes with detailed message after passed tests. ``` $ git commit ``` ## Fork the repository Fork the [node-iyql repository](https://github.com/okuryu/node-iyql). Push your changes into the forked repository. ``` $ git push origin your-branch ``` ## Make a Pull Request Finally you must be able to make a Pull Request on GitHub. Also, GitHub official documents might be useful to you for more details. * [Using Pull Requests](https://help.github.com/articles/using-pull-requests) * [Creating a pull request](https://help.github.com/articles/creating-a-pull-request)