From 13725c4e4d56902e40ae2a240fa23f6dd6ebc8b5 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Tue, 5 Aug 2025 10:22:50 -0400 Subject: [PATCH] feat: Ask for emails when onboarding new users --- .github/ISSUE_TEMPLATE/01-github-request---onboarding.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-github-request---onboarding.yml b/.github/ISSUE_TEMPLATE/01-github-request---onboarding.yml index f9bf3b5..bece0b2 100644 --- a/.github/ISSUE_TEMPLATE/01-github-request---onboarding.yml +++ b/.github/ISSUE_TEMPLATE/01-github-request---onboarding.yml @@ -19,10 +19,10 @@ body: - type: textarea id: users attributes: - label: User List (case sensitive!) - Please also include in ticket title - description: Which user(s) are you requesting access for? Note GitHub usernames are case-sensitive, so please enter in the correct capitalization. + label: User List (case sensitive!) - Please also include usernames in ticket title + description: Who are you requesting access for, and what are their GH usernames and emails? GH usernames are case-sensitive, so please enter in the correct capitalization. placeholder: | - * Full Name Here, @username_here + * Full Name Here, @username_here, their-email-address@example.com * ... validations: required: true