Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.62 KB

contributing.md

File metadata and controls

23 lines (13 loc) · 1.62 KB

Contributing

The Herald project team welcomes contributions from the community. If you wish to contribute code and you have not signed our developer certificate of origin (DCO), our bot will update the issue when you open a Pull Request. For any questions about the DCO process, please contact a project maintainer. You can view a copy of the DCO here: https://developercertificate.org/

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

This repository is not actively maintained. Please submit bug reports and feature requests to the new OpenTrace v2 repositories when they are published. They will be found under our GitHub Organisation 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.