Developers

GitHub

Pull Requests

As an open source project, pull requests are more than welcome!

To do this you'll first need to fork our repository, (which is on GitHub located at the URL below), to your own account. Once you've made your coding changes to it (preferably in a new branch), you can create a pull request. When choosing which branch of our repository to merge back into, please choose develop.

https://github.com/commentics/commentics

Workflow

Commentics uses a simple workflow whereby there's a develop branch and a master branch. All of our development work is done in the develop branch. When releasing a new version of Commentics, the develop branch is merged into the master branch.