Skip to content

Commit

Permalink
Check for technical support contacts as part of new hub turn-up
Browse files Browse the repository at this point in the history
As part of 2i2c-org#3048 (comment),
we now have an airtable be the 'source of truth' for who is
allowed to initiate support requests. This PR adds an item in
the checklist for new hub turn up, making sure we validate that
there *is* a technical contact for this hub.

The airtable in use may change soon as well as the terminology
(as partnerships works on it 2i2c-org#3048 (comment)).
But it is important to have a verification step here, so we don't
let whatever airtable it is be out of date.

Ref 2i2c-org#3048 (comment)
  • Loading branch information
yuvipanda committed Jan 24, 2024
1 parent 285faeb commit 952dfab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/2_new-hub-provide-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,20 @@ body:
validations:
required: false

- type: checkboxes
attributes:
label: Technical support contacts listed
description: |
Technical contacts are the folks who are authorized to open support tickets about this hub.
The source of truth is maintained in [this airtable](https://airtable.com/appxk7c9WUsDjSi0Q/tbl3CWOgyoEtuGuIw/viwtpo7RxkYv63hiD?blocks=hide).
Validate that there is at least one technical contact listed in the airtable for this hub. If not, ping
partnerships to ensure they find out who that is and fill that information in.
options:
- label: Technical contact present
validations:
required: true

- type: dropdown
attributes:
label: (Optional) Preferred cloud provider
Expand Down

0 comments on commit 952dfab

Please sign in to comment.