Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.49 KB

contributing.md

File metadata and controls

23 lines (13 loc) · 1.49 KB

Contributing

The Herald project team welcomes contributions from the community. Before you start working with Herald, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch.

This page presents guidelines for contributing to this repository. Following the guidelines helps to make the contribution process easy, collaborative, and productive.

Submitting Bug Reports and Feature Requests

Please submit bug reports and feature requests by using our GitHub Issues page.

Before you submit a bug report about the code in the repository, please check the Issues page to see whether someone has already reported the problem. In the bug report, be as specific as possible about the error and the conditions under which it occurred. On what version and build did it occur? What are the steps to reproduce the bug?

Feature requests should fall within the scope of the project.

Pull Requests

The Herald project team use GitFlow to manage contributions, with feature-ISSUENUM branches created off of the develop branch.

Please read a guide on GitFlow before you start work on an issue, and add a comment to the issue you are working on so work is not duplicated.

Before submitting a pull request, please make sure that your modifications work for a variety of scenarios.