Welcome to the D community and thanks for your interest in contributing!
- Fork on Github
- Use our Bugzilla bug tracker
- Follow the Styleguide
- Participate in our forum
- Review Queue.
-
Build and test (e.g. the regex module)
rdmd -unittest -main std/regex.d
-
Do not forget to test your changes. Aim for a high code coverage of your tests.
-
Do not forget the API Documentation.