From b4aa9f5ab56641e401c6b212afccf041fc826262 Mon Sep 17 00:00:00 2001 From: "Stephanie J. Spielman" Date: Tue, 12 Mar 2024 13:17:19 -0400 Subject: [PATCH] add bug report issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 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 000000000..2d36cd8a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,36 @@ +--- +name: Report a bug +about: Use this issue template to report a bug or problem with the codebase +title: 'Bug report:' +labels: bug +--- + + + +#### Describe the bug + + + + + +#### Steps to reproduce + + + + + +#### Consequences of the bug + + + + + +#### Proposed solution (optional) + +