[gtk-web] development: fix the Contributing section



commit 0387146bdd6a17393b744caccb6e5be5c161843b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Feb 27 20:31:46 2016 +0100

    development: fix the Contributing section
    
    Links to the Attic/ was not the greatest way to attract new
    contributors.
    
    "and offer your help" <- we usually expect the contributor to know what
    she wants to do in the first place, like fixing a bug present in her
    application.

 development.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/development.php b/development.php
index fed21c8..8a70d9f 100755
--- a/development.php
+++ b/development.php
@@ -29,9 +29,8 @@ ob_start();
 <p>GTK+ is a large project and relies on voluntary contributions. Everyone is invited to help project 
development. Starting points for contributors are:</p>
 
 <ul class="tasks">
-       <li>Sign up for one of the <a href="https://wiki.gnome.org/Attic/GtkTasks"; class="external">project 
assistance tasks</a>.</li>
-       <li>Hack away on existing <a href="https://wiki.gnome.org/Attic/GtkLove"; class="external">bug reports 
and feature requests</a>.</li>
-       <li>Write to the GTK+ <a href="mailing-lists.php">mailing lists</a> and offer your help.</li>
+       <li>Hack away on existing <a href="https://bugzilla.gnome.org/page.cgi?id=browse.html&product=gtk%2B"; 
class="external">bug reports and feature requests</a>.</li>
+       <li>Contact us on the GTK+ development <a href="mailing-lists.php">mailing list</a>.</li>
 </ul>
 
 <h2><a name="BestPractices">Best Practices</a></h2>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]