Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 710 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 710 Bytes

Contributing

Please follow these steps:

  1. Fork this repository on GitHub
  2. Clone your fork
  3. Ensure all tests pass before making changes (mvn test)
  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