Skip to content

Commit

Permalink
Merge branch 'open-telemetry:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
khushijain21 authored Oct 3, 2024
2 parents 0055aeb + 793b970 commit 1566d96
Show file tree
Hide file tree
Showing 453 changed files with 16,701 additions and 5,201 deletions.
3 changes: 3 additions & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ot
fo

10 changes: 10 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://github.com/codespell-project/codespell
[codespell]
builtin = clear,rare,informal
check-filenames =
check-hidden =
ignore-words = .codespellignore
interactive = 1
skip = .git,go.mod,go.sum,go.work,go.work.sum,semconv,venv,.tools
uri-ignore-words-list = *
write =
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/owner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 'Code Owner Request'
about: Request to become a Code Owner for a module
title: 'Request to become a Code Owner'

---

Module: [e.g. go.opentelemetry.io/contrib/zpages]

### Requirements

- [ ] I am a [member of the OpenTelemetry organization]
- [ ] I will maintain my OpenTelemetry organization membership as a Code Owner
- [ ] I have good working knowledge of the code in the module
- [ ] I have good working knowledge of the technology the module supports
- [ ] I understand I will be responsible for keeping up with the changes to technology the module supports
- [ ] I understand I will be expected to review any Pull Requests or Issues created that relate to this module
- [ ] I understand I will be responsible for the stability and versioning compliance of the module
- [ ] I understand I will be responsible for deciding any additional Code Owners of the module

[member of the OpenTelemetry organization]: https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#member

### Relevant experience

List any PRs/Issues you have interacted with in this repository for this module.

Additionally, provide any experience you have related to the underlying technology the module supports.
Loading

0 comments on commit 1566d96

Please sign in to comment.