-
Notifications
You must be signed in to change notification settings - Fork 620
docs: update component ownership guidelines and templates #2641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pichlermarc
merged 5 commits into
open-telemetry:main
from
dynatrace-oss-contrib:docs/upate-contrib-guidelines
Jan 16, 2025
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
aebda94
docs: update component ownership guidlines and templates
pichlermarc 3f218e8
Merge branch 'main' into docs/upate-contrib-guidelines
pichlermarc beb64a5
Update .github/ISSUE_TEMPLATE/instrumentation_request.md
pichlermarc f905cdc
Merge branch 'main' into docs/upate-contrib-guidelines
pichlermarc 7a27fc5
Merge branch 'main' into docs/upate-contrib-guidelines
pichlermarc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,41 +1,36 @@ | ||
| --- | ||
| name: Instrumentation request | ||
| about: Create a report to add support for an instrumentation | ||
| about: Create a request to add a new instrumentation | ||
| labels: instrumentation-request | ||
| --- | ||
|
|
||
| <!-- | ||
| **NB:** Before opening an instrumentation request against this repo, please read [the contributing guidelines for new instrumentation](../../CONTRIBUTING.md#new-instrumentation). | ||
| **NB:** Before opening an instrumentation request against this repo, please read [the contributing guidelines for new instrumentation](../blob/main/CONTRIBUTING.md#new-instrumentation). | ||
| --> | ||
|
|
||
| ### Is your instrumentation request related to a problem? Please describe | ||
| ### Which library do you want to instrument? | ||
| <!-- | ||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
| A clear and concise description of why this library should be instrumented. Ex. I'm always frustrated when [...] | ||
| --> | ||
|
|
||
|
|
||
| ### Is it applicable for Node or Browser or both? | ||
|
|
||
|
|
||
| ### Do you expect this instrumentation to be commonly used? | ||
|
|
||
| Weekly Downloads: | ||
|
|
||
| ### What version of instrumentation are you interested in using? | ||
|
|
||
| Versions: | ||
|
|
||
| ### Code Owners | ||
|
|
||
| <!-- | ||
| New Instrumentation requests need at least 2 code-owners that will maintain the instrumentation long-term. | ||
| New Instrumentations MUST have at least 2 code-owners that will maintain the instrumentation long-term. | ||
| Any code-owners listed MUST fulfill all criteria laid out in the checklist below. | ||
| --> | ||
|
|
||
| - Owner 1 | ||
| - [ ] I am a [member of the OpenTelemetry Organization](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#member) | ||
| - [ ] I have read [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md) and understand the responsibilities of a component owner | ||
| - [ ] I agree to follow and uphold the [mission, vision and values](https://github.com/open-telemetry/community/blob/main/mission-vision-values.md) of the OpenTelemetry project | ||
| - [ ] I understand that the component may be subject to the [OpenTelemetry Semantic Conventions](https://github.com/open-telemetry/semantic-conventions) and agree to follow the rules set out therein | ||
| - Owner 2 | ||
| <!-- instruct any co-owners to complete the checklist above and comment it on this issue --> | ||
| - [ ] Commented the checklist below and has fulfilled the criteria for becoming a component owner | ||
| <!-- continue listing co-owners if you have more than two --> | ||
|
|
||
| ### Additional context | ||
| <!-- | ||
| Add any other context or screenshots about the instrumentation request here. Is there a reference you could point for the well-defined lifecycle methods? | ||
| --> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.