From a9fcd6a463003ee49e451586c6014c0204e83cb8 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 28 May 2024 13:44:11 -0700 Subject: [PATCH] created new field to add additional GitHub repos --- .../project-profile-card-review-and-update.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.yml b/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.yml index 3b479cf939..e9059a1c8e 100644 --- a/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.yml +++ b/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.yml @@ -218,6 +218,20 @@ body: attributes: label: GitHub Link + - type: dropdown + id: additional-github-repos-yes-no + attributes: + label: "Do you have any additional (other than your primary) GitHub repositories that your volunteers make issues or PRs against?" + options: + - "YES" + - "NO" + validations: + required: true + - type: input + id: additional-github-repos + attributes: + label: "If yes, list the repo URLs here" + - type: dropdown id: update-slack-link-yes-no attributes: