From 698c4a21da7af13bf66a20e3a2a2a68951d1541b Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 27 Jul 2021 12:33:03 +0200 Subject: [PATCH] Update new hub template to suggest two community representatives --- .github/ISSUE_TEMPLATE/new-hub.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-hub.yml b/.github/ISSUE_TEMPLATE/new-hub.yml index 4370d13bbc..d3946aa7d4 100644 --- a/.github/ISSUE_TEMPLATE/new-hub.yml +++ b/.github/ISSUE_TEMPLATE/new-hub.yml @@ -23,15 +23,18 @@ body: validations: required: true - - type: input + - type: textarea id: community-representative attributes: - label: Community Representative + label: Community Representative(s) description: | The main point-of-contact for this hub, and the person who requests changes to the hub on behalf of the community. **This will be the first Hub Administrator**, and may add new Hub Administrators from the JupyterHub UI. See [the Managed JupyterHubs roles documentation](https://team-compass.2i2c.org/en/latest/projects/managed-hubs/roles.html) for more information. - - The value here should reflect the type of authentication indicated below (e.g., a GitHub handle or email address). + There may be up to 2 community representatives, please provide the **name**, **contact information**, and **hub login** of each. + placeholder: | + Examples: + - Jo the Jovyan, jo@jupyter.org, @jothejovyan (if you are using GitHub authentication) + - Jo the Jovyan 2, jo2@jupyter.org, jo2@jupyter.org (if you are using OAuth authentication) validations: required: true