Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1.01 KB

Guidelines for Contributing

Welcome to the D community and thanks for your interest in contributing!

More Links

Tips for Development

  1. Build and test (e.g. the regex module)

     rdmd -unittest -main std/regex.d
    
  2. Do not forget to test your changes. Aim for a high code coverage of your tests.

  3. Do not forget the API Documentation.