-
Notifications
You must be signed in to change notification settings - Fork 277
Contribute!
Meni Vaitsi edited this page Feb 25, 2016
·
12 revisions
Here's the process to follow when making contributions:
- Pick an issue/feature from here or join us on IRC (#appscale on freenode) to discuss potential topics
- Fork and clone the repo
- 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 your GitHub account
- Send a pull request to the 'master' branch in AppScale/appscale.
- Ensure go read runs seamlessly on AppScale