diff options
author | sajolida <sajolida@pimienta.org> | 2016-03-14 18:19:10 +0000 |
---|---|---|
committer | sajolida <sajolida@pimienta.org> | 2016-03-14 18:19:10 +0000 |
commit | 935299f7f93916b529ca5d19e625ee7fc460937c (patch) | |
tree | 3699b5a5771b9b9ebf53989ce79c6757d9533e4f /wiki/src/contribute.mdwn | |
parent | 28f9c8191375370b25139d3e9392352ff5641cf8 (diff) | |
parent | 87e8610602512fde90109e7f9a50f4d561004df5 (diff) |
Merge remote-tracking branch '451f/doc/10179-mentors'
Diffstat (limited to 'wiki/src/contribute.mdwn')
-rw-r--r-- | wiki/src/contribute.mdwn | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/wiki/src/contribute.mdwn b/wiki/src/contribute.mdwn index a227496..836f073 100644 --- a/wiki/src/contribute.mdwn +++ b/wiki/src/contribute.mdwn @@ -98,6 +98,7 @@ So read on to find out how you can make a difference in Tails. <ol> <li class="L2"><a href="#reference-documents">Reference documents</a></li> <li class="L2"><a href="#tools">Tools for contributors</a></li> + <li class="L2"><a href="#mentors">Help and guidance for new contributors</a></li> <li class="L2"><a href="#release-cycle">Release cycle</a></li> <li class="L2"><a href="#upstream">Relationship with upstream</a></li> <li class="L2"><a href="#collective-process">Collective process</a></li> @@ -137,9 +138,38 @@ Tools for contributors - [[Building a Tails image|contribute/build]] - [[Build a local copy of the website|contribute/build/website]] - [[Customize Tails|contribute/customize]] - - [[Debian package builder|contribute/Debian_package_builder]], to automatically build our custom packages - - [[APT repository|contribute/APT_repository]], to store our custom Debian packages + - [Nightly ISO builds](http://nightly.tails.boum.org) + - Debian packages + - [[Debian package builder|contribute/Debian_package_builder]], to automatically build our custom packages + - [[APT repository|contribute/APT_repository]], to store our custom Debian packages - [[Glossary for contributors|contribute/glossary]] + - [[Design documents|contribute/design]] + - [[Blueprints|blueprints]] help structuring ideas for future improvements + +<a id="mentors"></a> + +Mentors & guidance for new contributors +======================================= + +If you have found a first [[easy task|easy_tasks]] to work on, +you might still need some guidance. + +This is why we have set up a list of mentors who can help with +specific tasks. If you plan to work on anything related to their +field of expertise, you might want to talk to them - for example +by assigning tickets via Redmine, or <a href="#talk">talking to us</a> +using the usual communication channels. + + - AppArmor: intrigeri, jvoisin, kytv, u + - Debian related work: intrigeri, u + - Documentation: BitingBird + - Persistence setup: intrigeri, kurono + - Tails Installer: alan, kurono, u + - Tails Greeter: alan, intrigeri + - Tails Upgrader: intrigeri + - Sysadmin: [[contact|contribute/how/sysadmin/#index5h1]] + - Test suite: kytv + - Tor config, time syncing, mac spoofing: anonym <a id="release-cycle"></a> |