forked from AppScale/gts
-
Notifications
You must be signed in to change notification settings - Fork 1
Contribute!
menivaitsi edited this page Dec 22, 2014
·
10 revisions
Contributions are gladly welcomed for AppScale. Here's the process to follow when making contributions:
- 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.
- Clone down your fork
- Create a thoughtfully named topic branch to contain your change
- Hack away
- Add tests and make sure everything still passes by running
rake
in theappscale
directory. - If you are adding new functionality, document it in the README
- Push the branch up to GitHub
- Send a pull request to the 'master' branch in AppScale/appscale.
- Ensure go read runs seamlessly on AppScale