Skip to content
menivaitsi edited this page Dec 22, 2014 · 10 revisions

Contributions are gladly welcomed for AppScale. Here's the process to follow when making contributions:

  1. Find an issue (from this backlog list) that we currently aren't working on and that you want to take on. Create an account, assign it to yourself, and drag it to "In Progress". Feel free to ask us on #appscale on freenode.net if any of the issues there are unclear.
  2. Clone down your fork
  3. Create a thoughtfully named topic branch to contain your change
  4. Hack away
  5. Add tests and make sure everything still passes by running rake in the appscale directory.
  6. If you are adding new functionality, document it in the README
  7. Push the branch up to GitHub
  8. Send a pull request to the 'master' branch in AppScale/appscale.

Fun projects not listed in the Backlog:

  • Ensure go read runs seamlessly on AppScale
Clone this wiki locally