Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.75 KB

CONTRIBUTING.md

File metadata and controls

62 lines (41 loc) · 2.75 KB

Contributing

Slack

We'd love your help!

The project board shows the current work in progress.

Please join our weekly SIG meeting. Meeting notes are available as a public Google doc.

Get in touch on Slack. If you are new, you can create a CNCF Slack account here.

Give feedback

We are always looking for your feedback.

You can do this by submitting a GitHub issue.

You may also prefer writing on Slack.

Report a bug

Reporting bugs is an important contribution. Please make sure to include:

  • Expected and actual behavior
  • OpenTelemetry, OS, and .NET versions you are using
  • If possible, steps to reproduce

Request a feature

If you would like to work on something that is not listed as an issue (e.g. a new feature or enhancement) please first read our design.md to make sure your proposal aligns with the goals of the project, then create an issue and describe your proposal.

How to contribute

Please read the contribution guide and the code of conduct. for general practices of the OpenTelemetry project.

Select a good issue from the links below (ordered by difficulty/complexity):

Comment on the issue that you want to work on so we can assign it to you and clarify anything related to it.

If you would like to work on something that is not listed as an issue, please request a feature first. It is best to do this in advance so that maintainers can decide if the proposal is a good fit for this repository. This will help avoid situations when you spend significant time on something that maintainers may decide this repo is not the right place for.

See developing.md to learn more about the development environment setup and usage.