-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update new hub template to suggest two community representatives
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, [email protected], @jothejovyan (if you are using GitHub authentication) | ||
- Jo the Jovyan 2, [email protected], [email protected] (if you are using OAuth authentication) | ||
validations: | ||
required: true | ||
|
||
|