Skip to content

Commit e67ecf8

Browse files
authored
[docs] Contributing - reporting bug/feature requests (#6414)
1 parent 98a8d38 commit e67ecf8

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ body:
6262
- type: textarea
6363
attributes:
6464
label: Steps to Reproduce
65-
description: Provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). We will close the issue if the repro project you share with us is complex or we cannot reproduce the behavior you are reporting. We cannot investigate custom projects, so don't point us to such, please.
65+
description: Provide a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). We will close the issue if the repro project you share with us is complex or we cannot reproduce the behavior you are reporting. We cannot investigate custom projects, so don't point us to such, please.
6666
validations:
6767
required: true
6868

CONTRIBUTING.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,33 @@ Anyone may contribute but there are benefits of being a member of our community.
1414
See the [community membership
1515
document](https://github.com/open-telemetry/community/blob/main/community-membership.md)
1616
on how to become a
17-
[**Member**](https://github.com/open-telemetry/community/blob/main/community-membership.md#member),
18-
[**Approver**](https://github.com/open-telemetry/community/blob/main/community-membership.md#approver)
17+
[**Member**](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#member),
18+
[**Triager**](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#triager),
19+
[**Approver**](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#approver),
1920
and
20-
[**Maintainer**](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).
21+
[**Maintainer**](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer).
22+
23+
## Give feedback
24+
25+
We are always looking for your feedback.
26+
27+
You can do this by [submitting a GitHub issue](https://github.com/open-telemetry/opentelemetry-dotnet/issues/new).
28+
29+
You may also prefer writing on [#otel-dotnet Slack channel](https://cloud-native.slack.com/archives/C01N3BC2W7Q).
30+
31+
### Report a bug
32+
33+
Reporting bugs is an important contribution. Please make sure to include:
34+
35+
* Expected and actual behavior;
36+
* OpenTelemetry, OS, and .NET versions you are using;
37+
* Steps to reproduce;
38+
* [Minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
39+
40+
### Request a feature
41+
42+
If you would like to work on something that is not listed as an issue
43+
(e.g. a new feature or enhancement) please create an issue and describe your proposal.
2144

2245
## Find a buddy and get started quickly
2346

0 commit comments

Comments
 (0)