From 3b45f1602bb1c2e9aa8cafea8b3226a269588f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n?= <146104238+aaronhernandez-stripe@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:20:05 +0200 Subject: [PATCH] feat: add additional fields to the bug report template (#985) --- .github/ISSUE_TEMPLATE/-bug--bug-report.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/-bug--bug-report.md b/.github/ISSUE_TEMPLATE/-bug--bug-report.md index d6300eee..cde3aa9c 100644 --- a/.github/ISSUE_TEMPLATE/-bug--bug-report.md +++ b/.github/ISSUE_TEMPLATE/-bug--bug-report.md @@ -25,9 +25,13 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] + - Browser: [e.g. chrome, safari] + - Version: [e.g. 22] + - Viewport dimensions: [e.g. 1920 x 1080] +**App (please complete the following information):** + - App Id: [e.g. com.example.helloworld] + - @stripe/ui-extension-sdk package version: [e.g. 8.9.1] **Additional context** Add any other context about the problem here.