Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Contribute

koraktor edited this page Nov 16, 2010 · 1 revision

There are several ways of contributing to Silo's development:

  • Report problems and request features using the issue tracker.

    Let others know what is broken or can be improved.

  • Write patches yourself to fix bugs and implement new functionality.

    Send them by mail, as a Gist or whatever you like. The best way to do this is using Git's format-patch and/or send-email commands.

  • Create a Silo fork on GitHub and start hacking.

    Start a new topic branch for every bug you fix or feature you implement – and choose a descriptive branch name. If you continue rebasing your work on the master branch of the main repository you keep your changes easy to integrate into the project. Use GitHub's pull requests to start a discussion on your work and get your changes into the project.

Clone this wiki locally