Difference between revisions of "Contributing"

From PaparazziUAV
Jump to navigation Jump to search
m
Line 17: Line 17:
# '''git clone git@github.com:<yourname>/paparazzi.git'''
# '''git clone git@github.com:<yourname>/paparazzi.git'''
# fix/code
# fix/code
# push your feature/bugfix branch
# Send us a [http://help.github.com/pull-requests/ pull request] on github.
# Send us a [http://help.github.com/pull-requests/ pull request] on github.

Revision as of 06:30, 22 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 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:

  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.