From 24cd383301fb2cd46e994f0f4b6603dbbc628e56 Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Tue, 27 Sep 2022 09:47:46 -0700 Subject: [PATCH] Request event ID in issue template (#1723) This was based on a suggestion by @aminvakil to make it easier to link issues on Github and Sentry. --- .github/ISSUE_TEMPLATE/problem-report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/problem-report.yml b/.github/ISSUE_TEMPLATE/problem-report.yml index 51dc081..d4c1880 100644 --- a/.github/ISSUE_TEMPLATE/problem-report.yml +++ b/.github/ISSUE_TEMPLATE/problem-report.yml @@ -70,6 +70,13 @@ body: - logs output validations: required: true + - type: textarea + id: event_id + attributes: + label: Event ID + description: | + If you opted into sending errors to our error monitoring and the error has an event ID, enter it here! + placeholder: c2d85058-d3b0-4d85-a509-e2ba965845d7 - type: markdown attributes: value: |-