Skip to content
Chris Bunch edited this page Sep 1, 2012 · 10 revisions

Contributions are gladly considered for both AppScale and the AppScale tools. Here's the process to follow when making contributions:

  1. Clone down your fork
  2. Create a thoughtfully named topic branch to contain your change
  3. Hack away
  4. Add tests and make sure everything still passes by running ruby test/ts_all.rb in each component you've changed.
  5. If you are adding new functionality, document it in the README
  6. Push the branch up to GitHub
  7. Send a pull request to the 'testing' branch in either AppScale/appscale or AppScale/appscale-tools, as appropriate.
Clone this wiki locally