From 6deb0c659a7ff9d4307c8a99ab888c65a5527a05 Mon Sep 17 00:00:00 2001 From: Skud Date: Wed, 17 Dec 2014 17:22:17 +1100 Subject: [PATCH 1/2] Removed references to PT --- CONTRIBUTING.md | 4 ++-- README.md | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b582e92a..71e94bd6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ Thanks for contributing to Growstuff! -Please include the following information in your pull request: +When you create a pull request, please include the following: -* A link to the [Pivotal Tracker](http://tracker.growstuff.org/) task to which it relates. +* Mention the issue it solves (eg. #123) * Your code should follow our [Coding style guide](http://wiki.growstuff.org/index.php/Coding_style_guide) * Make sure you have automated tests for your work, where possible. * Add your name (and that of your pair partner, if any) to [CONTRIBUTORS.md](CONTRIBUTORS.md). diff --git a/README.md b/README.md index b4c49cc9e..d66353435 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,17 @@ encourage participation from people of all backgrounds and skill levels. ## Important links -* [Wiki](http://wiki.growstuff.org/) (general documentation) -* [Task tracker](http://tracker.growstuff.org/) (recent and upcoming work, bugs, etc) +* [Issues](http://github.com/Growstuff/growstuff/issues) (features we're + working on, known bugs, etc) * [Discussion forums](http://wiki.growstuff.org/index.php/Discussion_forums) (mailing lists, IRC, etc) +* [Wiki](http://wiki.growstuff.org/) (general documentation) ## For developers -* Start by looking at our [task tracker](http://tracker.growstuff.org/) for something to work on. -* Drop in to one of our [discussion forums](http://wiki.growstuff.org/index.php/Discussion_forums) to talk to our team about it. +* Start by looking at our [issues](http://github.com/Growstuff/growstuff/issues) for something to work on. * To set up your development environment, see [Getting started](http://wiki.growstuff.org/index.php/Development/Getting_Started). * We encourage [pair programming](http://wiki.growstuff.org/index.php/Pairing), especially for newer developers. +* Drop in to one of our [discussion forums](http://wiki.growstuff.org/index.php/Discussion_forums) to chat to other developers, get help, etc. * You may also be interested in our [API](http://wiki.growstuff.org/index.php/API). ## Contact From 901fed7d35a7fabfa6c70e1c3b37e695f87fa657 Mon Sep 17 00:00:00 2001 From: Skud Date: Wed, 17 Dec 2014 17:34:18 +1100 Subject: [PATCH 2/2] Added non-code contribution tips --- README.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d66353435..f3cfb101b 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,37 @@ encourage participation from people of all backgrounds and skill levels. * [Discussion forums](http://wiki.growstuff.org/index.php/Discussion_forums) (mailing lists, IRC, etc) * [Wiki](http://wiki.growstuff.org/) (general documentation) -## For developers +## For coders + +Growstuff is built in Ruby on Rails and also uses JavaScript for +frontend features. We welcome contributions -- see +[CONTRIBUTING](CONTRIBUTING.md) for details. -* Start by looking at our [issues](http://github.com/Growstuff/growstuff/issues) for something to work on. * To set up your development environment, see [Getting started](http://wiki.growstuff.org/index.php/Development/Getting_Started). -* We encourage [pair programming](http://wiki.growstuff.org/index.php/Pairing), especially for newer developers. +* We encourage [pair programming](http://wiki.growstuff.org/index.php/Pairing), especially for newer developers. [Find a pair programming partner.](http://talk.growstuff.org/t/find-a-pair-programming-partner/13) * Drop in to one of our [discussion forums](http://wiki.growstuff.org/index.php/Discussion_forums) to chat to other developers, get help, etc. * You may also be interested in our [API](http://wiki.growstuff.org/index.php/API). +## For designers, writers, researchers, data wranglers, and other contributors + +There are heaps of ways to get involved and contribute no matter what +your skills and interests. + +You might like to check out: + +* The [Get Involved](http://wiki.growstuff.org/index.php/Get_involved) + page on our wiki, which has lots of detail for different areas +* [Growstuff Talk](http://talk.growstuff.org/) especially the [Idea category](http://talk.growstuff.org/c/idea) + +Here on Github, you might find these useful: + +* [needs: design](https://github.com/Growstuff/growstuff/labels/needs:%20design) - tasks requiring high-level design +* [needs: visual design](https://github.com/Growstuff/growstuff/labels/needs:%20visual design) - tasks requiring visual/graphical design +* [needs: documentation](https://github.com/Growstuff/growstuff/labels/needs:%20documentation) +* [needs: data](https://github.com/Growstuff/growstuff/labels/needs:%20data) - tasks requiring data entry, data design, data import, or similar + +Feel free to comment on any of the issues you find there, or open up a broader conversation on [Growstuff Talk](http://talk.growstuff.org). + ## Contact For more information about this project, contact [info@growstuff.org](mailto:info@growstuff.org).