Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 1.36 KB

Contributing to Hummingbird

Thank you for reading this! This document has some notes on contributing to the development of Hummingbird.

Reporting bugs

You can submit bug reports by creating an issue on GitHub or by creating a thread on our forums.

Before submitting an issue please check if there is already an existing issue. If there is, please add any additional information in the comments.

Pull Requests

We love pull requests! We are very happy to work with you to get your changes merged in, however please keep the following in mind.

  • Adhere to the coding conventions you see in the surrounding code.
  • Include tests, and make sure all tests pass.
  • Before submitting a pull-request, clean up the history by going over your commits and squashing together minor changes and fixes into the corresponding commits. You can do this using the interactive rebase command.

Security

Please do not publish security vulnerabilities before giving us a chance to fix them. All security issues should be reported to mailto:josh@hummingbird.me directly. If you are not sure whether or not something is a security issue it is better to err on the side of caution and contact mailto:josh@hummingbird.me first.