Difference between revisions of "Contributing"
Jump to navigation
Jump to search
m (Contribute moved to Contributing) |
|
(No difference)
|
Revision as of 14:05, 17 January 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 use the distribute version control system git. The papaprazzi master repo is hosed on github.
Please also see the git wiki page for more details about setting up git and cloning the repo.
Here is the short version if you already know git:
- Create an account on github.
- Fork the papaprazzi repo on github. (After logging in press the fork button).
- git clone git@github.com:<yourname>/paparazzi.git
- fix/code
- Send us a pull request on github.