From 3a3aec39bba95ad99c09d506e3a09b03256d8689 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Mon, 8 Nov 2021 17:51:36 -0600 Subject: [PATCH] Add extra metadata to hub incident template --- .github/ISSUE_TEMPLATE/3_incident-report.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3_incident-report.md b/.github/ISSUE_TEMPLATE/3_incident-report.md index 8fe791cd7..77be6f183 100644 --- a/.github/ISSUE_TEMPLATE/3_incident-report.md +++ b/.github/ISSUE_TEMPLATE/3_incident-report.md @@ -2,7 +2,7 @@ name: "\U0001F4DD Hub Incident" about: Report an incident on our running hub infrastructure. title: "[Incident] {{ TITLE }}" -labels: "type: incident report" +labels: "type: Hub Incident", support assignees: '' --- @@ -17,6 +17,10 @@ Quick summary of the problem. Update this section as we learn more, answering: - what went wrong and how we fixed it. --> +## Hub information + +- Hub URL: {{ INSERT HUB URL HERE }} + ## Timeline (if relevant) If it makes sense to include a timeline for this incident, then do so below.