Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 576 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 576 Bytes

Contributing

Workflow

  • Fork the project
  • Make your bug fix or feature addition
  • Add tests for it. This is important so we don't break it in a future version unintentionally
  • (optional) Check your changes locally. See here for more information.
  • Send a pull request

Attention

Please make sure that you have set up your user name and email address for use with Git. Strings such as silly nick name root@localhost look really stupid in the commit history of a project.

Pull requests must be based on the current stable branch (master).