From 7349355521679d507f4cca93a17c9010aee3a4df Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Thu, 24 Aug 2023 12:16:39 -0700 Subject: [PATCH 1/4] Create credentials-access.md --- .github/ISSUE_TEMPLATE/credentials-access.md | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/credentials-access.md diff --git a/.github/ISSUE_TEMPLATE/credentials-access.md b/.github/ISSUE_TEMPLATE/credentials-access.md new file mode 100644 index 00000000..5e186032 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/credentials-access.md @@ -0,0 +1,25 @@ +-- +name: Credential Access Request +about: Request access to the OpenTelemetry credentials store +title: 'REQUEST: Credential Access for ' +labels: area/repo-maintenance +assignees: '' +--- + + + +### Repository Vault Requested + +e.g. https://github.com/open-telemetry/community + +### Sponsors + +Access to shared repository vaults requires a maintainer +from the requested vault to sponsor the request + +### Repository Maintainers + + + +- @open-telemetry/xxx-maintainers From 6e2fd93805dd29bafcfd354ab3f8866d7f43af88 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Fri, 25 Aug 2023 14:38:50 -0700 Subject: [PATCH 2/4] Update .github/ISSUE_TEMPLATE/credentials-access.md --- .github/ISSUE_TEMPLATE/credentials-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/credentials-access.md b/.github/ISSUE_TEMPLATE/credentials-access.md index 5e186032..b0e40b00 100644 --- a/.github/ISSUE_TEMPLATE/credentials-access.md +++ b/.github/ISSUE_TEMPLATE/credentials-access.md @@ -11,7 +11,7 @@ assignees: '' ### Repository Vault Requested -e.g. https://github.com/open-telemetry/community +e.g. https://github.com/open-telemetry/opentelemetry-collector ### Sponsors From 85acaeca5c96650eb38296825473a9331bcb4cc7 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Fri, 8 Sep 2023 08:06:53 -0700 Subject: [PATCH 3/4] Update .github/ISSUE_TEMPLATE/credentials-access.md Co-authored-by: Trask Stalnaker --- .github/ISSUE_TEMPLATE/credentials-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/credentials-access.md b/.github/ISSUE_TEMPLATE/credentials-access.md index b0e40b00..9417431f 100644 --- a/.github/ISSUE_TEMPLATE/credentials-access.md +++ b/.github/ISSUE_TEMPLATE/credentials-access.md @@ -1,5 +1,5 @@ -- -name: Credential Access Request +name: Credential Store Access Request about: Request access to the OpenTelemetry credentials store title: 'REQUEST: Credential Access for ' labels: area/repo-maintenance From 4ceb5ffef63be18a22e424f2965018abd65d8504 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Fri, 8 Sep 2023 08:07:12 -0700 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Trask Stalnaker --- .github/ISSUE_TEMPLATE/credentials-access.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/credentials-access.md b/.github/ISSUE_TEMPLATE/credentials-access.md index 9417431f..d451a829 100644 --- a/.github/ISSUE_TEMPLATE/credentials-access.md +++ b/.github/ISSUE_TEMPLATE/credentials-access.md @@ -1,7 +1,7 @@ -- name: Credential Store Access Request -about: Request access to the OpenTelemetry credentials store -title: 'REQUEST: Credential Access for ' +about: Request access to the OpenTelemetry credential store +title: 'REQUEST: Credential Store Access for ' labels: area/repo-maintenance assignees: '' ---