forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from NASA-IMPACT/eis-fire
Bring Master up to date
- Loading branch information
Showing
396 changed files
with
13,382 additions
and
4,467 deletions.
There are no files selected for viewing
File renamed without changes.
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
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
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 |
---|---|---|
@@ -0,0 +1,134 @@ | ||
name: 📅 Event for a community | ||
description: Coordination and planning around an event for a community | ||
title: "[EVENT] {{ HUB NAME }}" | ||
labels: ["event"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Event Info | ||
The following information is needed to determine if additional changes need to be done to the infrastructure. | ||
Get this information from the community representative via support if not already provided. | ||
- type: input | ||
id: ticket_id | ||
attributes: | ||
label: The link towards the Freshdesk ticket this event was reported | ||
description: | | ||
Copy-paste the Freshdesk link here | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: community_rep | ||
attributes: | ||
label: The GitHub handle or name of the community representative | ||
description: | | ||
Type the GitHub handle of the community representative or their name if the handle is not known. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: event_begin | ||
attributes: | ||
label: The date when the event will start | ||
description: | | ||
Make sure to specify the timezone or to add an https://arewemeetingyet.com/ link or similar so team members can translate to their timezone. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: event_end | ||
attributes: | ||
label: The date when the event will end | ||
description: | | ||
Make sure to specify the timezone or to add an https://arewemeetingyet.com/ link or similar so team members can translate to their timezone. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: active_times | ||
attributes: | ||
label: What hours of the day will participants be active? (e.g., 5am - 5pm US/Pacific) | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: enough_notice | ||
attributes: | ||
label: Are we three weeks before the start date of the event? | ||
options: | ||
- label: "Yes" | ||
- label: "No" | ||
|
||
- type: input | ||
id: user_number | ||
attributes: | ||
label: Number of attendees | ||
description: | | ||
How many attendees should we expect simultaneously each day. | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: calendar | ||
attributes: | ||
label: Make sure to add the event into the calendar | ||
description: | | ||
The [Hub Events Calendar link](https://calendar.google.com/calendar/u/2?cid=Y19rdDg0c2g3YW5tMHNsb2NqczJzdTNqdnNvY0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t) | ||
options: | ||
- label: Done | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
# Hub info | ||
General info about the hub that will be used for the event. | ||
- type: checkboxes | ||
id: hub_exists | ||
attributes: | ||
label: Does the hub already exist? | ||
options: | ||
- label: "Yes" | ||
- label: "No" | ||
|
||
- type: input | ||
id: hub_url | ||
attributes: | ||
label: The URL of the hub that will be used for the event | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: hub_decommision | ||
attributes: | ||
label: Will this hub be decommissioned after the event is over? | ||
options: | ||
- label: "Yes" | ||
- label: "No" | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
# Engineer task list | ||
General checks to perform before the event. | ||
- type: checkboxes | ||
id: info_available | ||
attributes: | ||
label: Was all the info filled in above? | ||
options: | ||
- label: "Yes" | ||
- label: "No" | ||
|
||
- type: checkboxes | ||
id: quotas_ok | ||
attributes: | ||
label: Quotas from the cloud provider are high-enough to handle expected usage? | ||
options: | ||
- label: "Yes" | ||
- label: "No" |
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 |
---|---|---|
@@ -0,0 +1,79 @@ | ||
name: "🎫 Freshdesk ticket tracker" | ||
description: Track work on GitHub requested via a Freshdesk ticket | ||
title: "[Support] {{ Ticket name }}" | ||
labels: ["support"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This template is designed to help the support triagers provide information about a Freshdesk ticket that could not be solved in [the first 30min support window](https://compass.2i2c.org/projects/managed-hubs/timeboxed-initial-ticket-evaluation/#support-timeboxed-evaluation). | ||
This information will then be used to plan, prioritize and assign capacity in order to resolve this ticket. | ||
# Ticket Information | ||
- type: input | ||
id: ticket_id | ||
attributes: | ||
label: The Freshdesk ticket link | ||
description: | | ||
Copy-paste the Freshdesk link here | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: ticket_type | ||
attributes: | ||
label: Ticket request type | ||
description: | | ||
The general topic of request in the Freshdesk ticket. Note that the Event type has its own issue template! Select "Other" if none of the first options qualify. | ||
options: | ||
- Feature Request | ||
- Something is not working | ||
- Technical questions | ||
- Other | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: ticket_impact | ||
attributes: | ||
label: Ticket impact | ||
description: | | ||
The impact the support triager believes the ticket has. Choose the most appropriate one from the drowpdown below. This information will be used to prioritize the ticket. | ||
Checkout the [non-incident support process](https://compass.2i2c.org/projects/managed-hubs/support/#non-incident-response-process) for more information about choosing the impact level. | ||
options: | ||
- 🟩 Low | ||
- 🟨 Medium | ||
- 🟧 High | ||
- 🟥 Critical | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Short ticket description | ||
description: | | ||
Short description of what the ticket is about and what kind of work needs to be done to fix it. | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
# Initial 30m Investigation Context | ||
Use the following section to provide the results of the initial 30min investigation. | ||
If no initial investigation was performed because it was clear that the the ticket cannot be resolved by the support triager in the first 30min window, then leave the next section blank. | ||
- type: textarea | ||
id: results | ||
attributes: | ||
label: (Optional) Investigation results | ||
description: | | ||
Paste any useful information that was discovered during the initial ticket triaging. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.