diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-04-14 22:28:02 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-04-14 22:30:39 -0400 |
commit | 5a40e1ec5cb3fc9fe4dbc8078bb45627bf597f72 (patch) | |
tree | 24fffd3295286e5ae172305389e4eda4ab458d07 /docs/contributinghowto.rst | |
parent | 76c9ea6b5fbdd1311b926b53b8b2c8afca9a69df (diff) | |
download | mediagoblin-5a40e1ec5cb3fc9fe4dbc8078bb45627bf597f72.tar.lz mediagoblin-5a40e1ec5cb3fc9fe4dbc8078bb45627bf597f72.tar.xz mediagoblin-5a40e1ec5cb3fc9fe4dbc8078bb45627bf597f72.zip |
Overhauls TOC of manual
This work is based on discussion and etherpadding (is that a verb) on
April 14th between Deb, Greg, Karen, Will, and Chris.
It was an epic collaborative sprint.
Diffstat (limited to 'docs/contributinghowto.rst')
-rw-r--r-- | docs/contributinghowto.rst | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/docs/contributinghowto.rst b/docs/contributinghowto.rst new file mode 100644 index 00000000..1b34badc --- /dev/null +++ b/docs/contributinghowto.rst @@ -0,0 +1,58 @@ +==================== + Contributing HOWTO +==================== + +We're super glad you want to contribute! + +There are a variety of ways you can help us and become part of the +team. We're not just looking for coders! We're also looking for +documentation writers, users, testers, evangelists, painters, bakers, +candle-stick makers... + +However, if you are a coder and you're looking to code, check out the +:ref:`hacking-howto`. + +The rest of this chapter talks about different things we need your +help with. + +**File bugs** + + Filing bugs is an important part of any project. For more + information on filing bugs, see :ref:`filing-bugs`. + + +**Translate GNU MediaGoblin** + + Knowing more than one language is an important skill. If you are + multi-lingual and are interested in translating GNU MediaGoblin, + see :ref:`translating`. + +FIXME - add additional things here + + +.. _filing-bugs: + +File bugs +========= + +GNU MediaGoblin uses a bug tracker called `Redmine +<http://www.redmine.org>`. + +The bug tracker is at http://bugs.foocorp.net/ and bugs go in the +``GNU mediagoblin`` project. + +FIXME - how to file a good bug report + + +.. _translating: + +Translate GNU MediaGoblin +========================= + +FIXME - need to write this + + +Where to go when you get stuck +============================== + +FIXME - need to write this |