Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 636 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 636 Bytes

Contributing

Thank you for your interest in contributing to Happy LEAF.

Issues

One of the best contributions is filing issues in the Issue Tracker.

All contributions (feature or bug fix) should start with an issue first.

Pull requests

  • Fork the repository
  • Create a branch (git checkout -b issue-nnn)
  • Commit your fix/feature and tests (git commit -am "fixes for issue #nnn")
  • Push to the branch (git push -u origin issue-nnn)
  • Open a Pull Request