Difference between revisions of "Get involved"

From D Wiki
Jump to: navigation, search
(See also)
(Add link to most-voted-for issues; move Bugzilla search link to "contribute" section; mention documentation improvements)
Line 1: Line 1:
 
== File a bug report ==
 
== File a bug report ==
  
The simplest way to participate is to [http://d.puremagic.com/issues/enter_bug.cgi?product=D file bug reports] at the [http://d.puremagic.com/issues/ bug tracker]. You can also [http://d.puremagic.com/issues/query.cgi search] the bug list for issues that you can help fix.
+
The simplest way to participate is to [http://d.puremagic.com/issues/enter_bug.cgi?product=D file bug reports] at the [http://d.puremagic.com/issues/ bug tracker].
  
 
== Discuss in the forums ==
 
== Discuss in the forums ==
Line 13: Line 13:
 
If you're feeling adventurous, or crave the bleeding-edge features of D, you may want to learn [[Building DMD|how to build git master]].
 
If you're feeling adventurous, or crave the bleeding-edge features of D, you may want to learn [[Building DMD|how to build git master]].
  
== Contribute to the source code ==
+
== Contribute to the source code and documentation ==
  
The source code for the D compiler, D runtime library, and Phobos, the standard library, are all available on [https://github.com/D-Programming-Language GitHub]. Contributions to the source code are done via [[Pull Requests|pull requests]].
+
The source code for the D website, compiler, runtime library, and Phobos (the standard library), are all available on [https://github.com/D-Programming-Language GitHub]. Contributions to the source code are done via [[Pull Requests|pull requests]].
 +
 
 +
To find something to work on, you can [http://d.puremagic.com/issues/query.cgi search] the bug list for issues that you can help fix, or view [https://d.puremagic.com/issues/buglist.cgi?query_format=advanced&field0-0-0=votes&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&bug_status=CLOSED&type0-0-0=greaterthan&columnlist=votes%2Cbug_severity%2Cpriority%2Cop_sys%2Cassigned_to_realname%2Cbug_status%2Cresolution%2Cshort_desc&value0-0-0=1 the most-voted-for issue list].
  
 
== See also ==
 
== See also ==

Revision as of 01:12, 24 January 2014

File a bug report

The simplest way to participate is to file bug reports at the bug tracker.

Discuss in the forums

You can also join in the discussion at the D forums, which can be accessed via the web interface, the mailing list interface, or the NNTP server.

The main D forum is for general discussion on the D language, feature requests and discussions, etc.. Newcomers should start with the D.learn forum, which is intended for learners to ask more basic questions about programming in D.

Alpha-test the development version of D

If you're feeling adventurous, or crave the bleeding-edge features of D, you may want to learn how to build git master.

Contribute to the source code and documentation

The source code for the D website, compiler, runtime library, and Phobos (the standard library), are all available on GitHub. Contributions to the source code are done via pull requests.

To find something to work on, you can search the bug list for issues that you can help fix, or view the most-voted-for issue list.

See also