Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 334 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 334 Bytes

WIP

  • Please prefix all non-rustdoc comments with your GitHub username.

    Examples:

    /// This is a rustdoc comment, so no username is required.
    fn foo() {}
    
    // smoelius: This is a non-rustdoc comment.
    fn bar() {}
    #! /bin/bash
    # smoelius: This is a Bash comment, and therefore non-rustdoc.