You can report bugs and request features using the issues page.
We love code contributions. You can easily work on the code if you have a GitHub account (get one). For that, please fork the repository, work on the code, and submit a pull request.
Take a look at GitHub's excellent overview on the GitHub flow. The Feature Branch Workflow forms the basis of this kind of development.
In other words:
-
Fork the project
-
Clone the repo:
git clone [email protected]:your-username/cid.git
-
Create a new branch
patch
(or another speaking name)git checkout -b patch
-
Make your changes.
-
Commit your changes. Thereby, try to write a good commit message.
-
Push your changes (to your repository)
-
At this point you're waiting on us. We like to at least comment on pull requests as soon as possible. We may suggest some changes or improvements or alternatives.