gdg-x / frisbee

[DEPRECATED] Android application for GDG members and organizers
https://play.google.com/store/apps/details?id=org.gdg.frisbee.android
Apache License 2.0
265 stars 169 forks source link

Onboarding documentation should be clear for new contributors #130

Closed colabug closed 10 years ago

colabug commented 10 years ago

Here's a great overview of how to contribute code from another project:

https://contribute.jquery.org/commits-and-pull-requests/

The README should include project specific tooling (e.g. maven and maven SDK deployer) and steps to get the app building in different IDEs. It should also include any OS/Windows specific gotchas.

mauimauer commented 10 years ago

I really like how the Angular guys do it: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md

colabug commented 10 years ago

LGTM. I've used the wiki for this type of stuff in the past. This project has essentially a blank wiki, so it'd be easy to start leveraging that.

Let's connect! coreylatislaw.com

On Mon, Mar 17, 2014 at 3:22 PM, Sebastian Mauer notifications@github.comwrote:

I really like how the Angular guys do it: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md

Reply to this email directly or view it on GitHubhttps://github.com/gdg-x/frisbee/issues/130#issuecomment-37858768 .

branflake2267 commented 10 years ago

Another bonus with CONTRIBUTING.md, it will warn on pull request it exists.

friedger commented 10 years ago

Added first version