Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

32 lines (24 loc) · 1.05 KB

Contributing

Developer install (from git)

git clone https://github.com/FruitieX/teleirc
cd teleirc
npm install

Then follow the instructions under Setup, with the exception of step 1. Also, instead of using the teleirc command, use bin/teleirc inside the repo.

Use the develop branch for developing, and please also send any pull requests to this branch. The master branch contains the latest stable version which is also released on npm.

Pull requests

Make sure that the unit tests pass before submitting your pull request, using npm test.

In order to keep our git log clean, please remember to squash your commits into logical units where each commit should represent a functioning state of the program. Remove small one-liner fixup commits etc before submitting your pull request. More info

Thank you!