diff options
Diffstat (limited to 'development.php')
-rw-r--r-- | development.php | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/development.php b/development.php index cdcf7fc..a42c8de 100644 --- a/development.php +++ b/development.php @@ -2,7 +2,37 @@ include("tde-head-and-foot.php"); doHeader("Trinity Development", "Development", "_"); ?> -<p>This page is a portal to the various resources used in the development of the Trinity Desktop Environment.</p> + +<h2>Become a Trinity Desktop Developer</h2> + + <p> + So you think you have what it takes to become a Trinity + Desktop Developer? Great! Getting started with a new project + can be intimidating, but here at the Trinity project we love new + developers! If you have any area of expertise that you think + could be helpful, we encourage you to speak up. The first + thing to do is poke around the website, the wiki, and the + mailing list logs in order to get acquainted with the project. + Emailing the developers mailing list is the best way to be + recognized and start helping out. Patches are always welcome + as well as new ideas. We look forward to your contributions! + </p> + <p> + Note that for legal reasons you need to <a href="/cla/">sign a CLA</a> before submitting patches or making commits. We do not transfer copyright; the CLA simply formalizes our rights to use your open-source work in our open-source project. + </p> + <p> + While all are welcome, the Trinity team is currently looking for help in the following specific areas: + </p> + <ul> + <li>Application bugfixes + <li>Bluetooth support + <li>Language translation/support + <li>Artwork + <li>UI design review + </ul> + <p> + If you believe you can assist in these areas, please <a href="mailinglist.php">contact us</a>. + </p> <h2/>Resources</h2> |