From 708d6a0ba5296b42d0b707eecbd8a90949bbdeeb Mon Sep 17 00:00:00 2001 From: Bitcoin Tools <156422466+bitcoin-tools@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:45:49 -0400 Subject: [PATCH] feat: add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..49832dc6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** + + +**Steps to Reproduce** + + +**Expected behavior** + + +**Screenshots (optional)** + + +**Desktop (please complete the following information):** + - OS: [e.g. Debian] + - Environment [e.g. bare metal, docker] + - Release [e.g. 1.0.0] + +**Additional context** +Add any other context about the problem here.