Skip to content
Pierre Vignéras edited this page Nov 25, 2011 · 6 revisions

There are several ways in which contributions can be done:

  • Testing and feedbacks:

  • Upload your own ruleset and fill the wiki with your own setup.

  • Contribute to the sequencer code. There are two ways to do this:

    • anonymous fork of the sequencer:

      ``git clone git@github.com:pv-bull/sequencer.git``
      

      start coding. Ensure that everything is ok, in particular, make test should work. Then submit a patch to us: see git-format-patch (1) man page for details and/or the git book.

    • official fork of the sequencer: you need a github account. Follow the standard github forking process.

Clone this wiki locally