Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
- Fork the repository
- Clone your fork and change directory to it (
git clone [email protected]:yourUserName/middle-router.git && cd middle-router
) - Install the project dependencies (
npm install
) - Link your forked clone (
npm link
) - Develop your changes ensuring you're fetching updates from upstream often
- Ensure the test are passing (
npm test
) - Create new pull request explaining your proposed change or reference an issue in your commit message
- Use ES5 syntax.
- Follow JavaScript Standard Style.
$ npm test
$ npm run lint