Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 821 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 821 Bytes

Contributing

Pull requests for bug fixes are welcome, but before submitting new features or changes to current functionalities open an issue and discuss your ideas or propose the changes you wish to make. After a resolution is reached a PR can be submitted for review.

Commit messages should be prefixed with "trace" if they are related to APM or with "stats" if they are related to metrics. For example:

trace: add support for float64

Adds support for `float64`, added in census-instrumentation/opencensus-go#1033

Closes #37

Please apply the same logic for Pull Requests, start with "trace" or "stats", followed by a colon and a description of the change, similar to the official Go language.