Skip to content

Commit b7fd080

Browse files
Merge branch 'main' into feature/impl-otellogr
2 parents 49dbb63 + 074bc28 commit b7fd080

File tree

336 files changed

+9735
-4439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

336 files changed

+9735
-4439
lines changed

.codespellignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ot
2+
fo
3+

.codespellrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# https://github.com/codespell-project/codespell
2+
[codespell]
3+
builtin = clear,rare,informal
4+
check-filenames =
5+
check-hidden =
6+
ignore-words = .codespellignore
7+
interactive = 1
8+
skip = .git,go.mod,go.sum,go.work,go.work.sum,semconv,venv,.tools
9+
uri-ignore-words-list = *
10+
write =

.github/ISSUE_TEMPLATE/owner.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: 'Code Owner Request'
3+
about: Request to become a Code Owner for a module
4+
title: 'Request to become a Code Owner'
5+
6+
---
7+
8+
Module: [e.g. go.opentelemetry.io/contrib/zpages]
9+
10+
### Requirements
11+
12+
- [ ] I am a [member of the OpenTelemetry organization]
13+
- [ ] I will maintain my OpenTelemetry organization membership as a Code Owner
14+
- [ ] I have good working knowledge of the code in the module
15+
- [ ] I have good working knowledge of the technology the module supports
16+
- [ ] I understand I will be responsible for keeping up with the changes to technology the module supports
17+
- [ ] I understand I will be expected to review any Pull Requests or Issues created that relate to this module
18+
- [ ] I understand I will be responsible for the stability and versioning compliance of the module
19+
- [ ] I understand I will be responsible for deciding any additional Code Owners of the module
20+
21+
[member of the OpenTelemetry organization]: https://github.com/open-telemetry/community/blob/main/community-membership.md#member
22+
23+
### Relevant experience
24+
25+
List any PRs/Issues you have interacted with in this repository for this module.
26+
27+
Additionally, provide any experience you have related to the underlying technology the module supports.

0 commit comments

Comments
 (0)