Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 730 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 730 Bytes

Contributing

Please follow these steps:

  1. Fork this repository on GitHub

  2. Clone your fork

  3. Ensure all tests pass before making changes (go test, will commit later)

  4. Make your changes on a topic branch off of master

    • Write tests for your changes, and make sure all tests pass

    • Commits should be atomic

    • Commit messages should be in the following format:

        Short summary of the change in present tense (e.g. "Add feature ...", "Fix bug ...").
        
        Longer, more detailed message if additional explanation is needed.
        This may span multiple paragraphs.
      
  5. Push your topic branch to your fork on GitHub

  6. Open a pull request for your branch in this repository