From f2a60f729fe30396001b11c5644229e8a00a53b3 Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Mon, 19 May 2025 16:27:49 -0700 Subject: [PATCH] Add a Bug Template (#439) --- .github/ISSUE_TEMPLATE/bug_report.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5c626f08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,13 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Additional context** +Add any other context about the problem here.