Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 443 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 443 Bytes

Contributing

Workflow

  • Fork the project
  • Make your bug fix or new feature
  • Add tests for it. This is important not to break it in the future.
  • 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 stable branch (master).