-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add PR template to the repo #130
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
tigrannajaryan
merged 1 commit into
open-telemetry:master
from
pjanotti:add-pr-template
Feb 24, 2020
Merged
Add PR template to the repo #130
tigrannajaryan
merged 1 commit into
open-telemetry:master
from
pjanotti:add-pr-template
Feb 24, 2020
Conversation
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
Adding a PR template to the contrib repo, same on currently used on core repo.
owais
approved these changes
Feb 20, 2020
tigrannajaryan
approved these changes
Feb 24, 2020
mxiamxia
referenced
this pull request
in mxiamxia/opentelemetry-collector-contrib
Jul 22, 2020
ljmsc
referenced
this pull request
in ljmsc/opentelemetry-collector-contrib
Feb 21, 2022
This is to shrink the PR #100. The only place where the registry.Variable type was used was metrics, so just inline that type into its only user. The use of the registry.Variable type in core.Key was limited to the Name field. The stats package also used the registry.Variable type, but seems that also only the Name field was used and the package is going to be dropped anyway.
bogdandrutu
pushed a commit
that referenced
this pull request
May 12, 2022
…rrors returned by listener.Accept instead of continuing (#130)
codeboten
pushed a commit
that referenced
this pull request
Nov 23, 2022
vastin
pushed a commit
to vastin/opentelemetry-collector-contrib
that referenced
this pull request
Oct 23, 2023
jj22ee
pushed a commit
to jj22ee/opentelemetry-collector-contrib
that referenced
this pull request
May 10, 2024
jj22ee
pushed a commit
to jj22ee/opentelemetry-collector-contrib
that referenced
this pull request
May 11, 2024
bwplotka
pushed a commit
to bwplotka/g-otel-col
that referenced
this pull request
Apr 14, 2025
jelly-afk
pushed a commit
to jelly-afk/opentelemetry-collector-contrib
that referenced
this pull request
Sep 8, 2025
This change allows chloggen to find the `unreleased` folder in the current directory, rather than expecting it to be in the module's directory. Also added a validation check for the filename on `new` command.
Adding a PR template to the contrib repo, same on currently used on core repo.