Difference between revisions of "Contributing"

From PaparazziUAV
Jump to navigation Jump to search
m
Line 8: Line 8:


=== Software development ===
=== Software development ===
We use the distributed version control system [http://git-scm.com/ git]. The [http://github.com/paparazzi/paparazzi/ Papaprazzi master repository is hosed on Github].
We use the distributed version control system [http://git-scm.com/ git]. The [http://github.com/paparazzi/paparazzi/ Papaprazzi master repository is hosted on Github].


Please also see the [[Git|Git wiki page]] for more details about setting up Git and cloning the sourcecode and data repository.
Please also see the [[Git|Git wiki page]] for more details about setting up Git and cloning the sourcecode and data repository.

Revision as of 22:47, 12 June 2011

How to contribute

There are of course lots of ways to contribute to Paparazzi and get involved.

Help is always welcome on all aspects of the project. May this be documentation, wiki, maintenance, electronics or code contributions/fixes.

Wiki

Just create an account and you can start adding information, cleaning it up or just fixing some typo you just noticed :-)

Software development

We use the distributed version control system git. The Papaprazzi master repository is hosted on Github.

Please also see the Git wiki page for more details about setting up Git and cloning the sourcecode and data repository.

Here is the short version if you already know git:

  1. Create an account on github.
  2. Fork the papaprazzi repo on github. (After logging in press the fork button).
  3. git clone git@github.com:<yourname>/paparazzi.git
  4. fix/code
  5. push your feature/bugfix branch
  6. Send us a pull request on github. (Or send patches to the mailing list).

Issue/Feature Tracker

To report bugs, issues and feature request please use either the mailing list or even better the simple issue tracker on github