From 77d7b2e9776cf44e63760240d8588d9904e54804 Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Fri, 3 Nov 2023 15:03:06 -0300 Subject: [PATCH] docs: Add squad field to onboarding form Adds an optional `squad` field to the onboarding ticket template. Also rename the `push-pull-all` team to `2u-edx-legacy`. --- .github/ISSUE_TEMPLATE/01-github-request---onboarding.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01-github-request---onboarding.yml b/.github/ISSUE_TEMPLATE/01-github-request---onboarding.yml index a76a1d9..be83610 100644 --- a/.github/ISSUE_TEMPLATE/01-github-request---onboarding.yml +++ b/.github/ISSUE_TEMPLATE/01-github-request---onboarding.yml @@ -26,6 +26,11 @@ body: * ... validations: required: true + - type: input + id: squad + attributes: + label: User Squad + description: If the users specified above are members of a named squad or team at your firm, optionally specify it here. This will help simplify access management in the future. - type: input id: start-date attributes: @@ -49,7 +54,7 @@ body: id: requests attributes: label: Special Requests - description: For now, all new 2U/edX employees will be granted access to `push-pull-all`. If these users need to be added to any specific teams or given any elevated privileges, note them here. + description: For now, all new 2U/edX employees will be granted access to `2u-edx-legacy`. If these users need to be added to any specific Github teams or given any elevated privileges, note them here. - type: markdown attributes: value: "## Once you create this request, the Axim engineering team will triage it and handle it as appropriate. If your request is especially urgent, please note that above!"