Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 748 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 748 Bytes

Contributing

Pull-requests

Title guidelines

The title for your pull-request should contain the component type and name in brackets, plus a short statement for your change. For instance:

[processor/tailsampling] fix AND policy

Description guidelines

When linking to an open issue, if your PR is meant to close said issue, please prefix your issue with one of the following keywords: Resolves, Fixes, or Closes. More information on this functionality (and more keyword options) can be found here. This will automatically close the issue once your PR has been merged.