Contributing

From PaparazziUAV
Revision as of 04:46, 18 December 2011 by P0rc0 r0ss0 (talk | contribs) (→‎Wiki)
Jump to navigation Jump to search

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 :-)

Also you can find reference template that will help you describe autopilot here.

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