From 34d0b362f721920e83050900bd3cbb5d3b89a1e0 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 1 Feb 2024 11:59:57 -0500 Subject: [PATCH] chore: add App Id field to bug report template (#1685) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 50a4c7b8..03ccfdfb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,6 +5,8 @@ title: "fix: " labels: bug --- +App ID: (insert your app ID here) + **Description** A clear and concise description of what the bug is.