From 863c3f9ff8acbdba9e79a86528138110bea393ee Mon Sep 17 00:00:00 2001 From: Mads Hermansen <119772939+madshermansen@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:30:15 +0100 Subject: [PATCH] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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 0000000..6781b71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug Report +about: issue template for bugs +title: 'Bug: ' +labels: 'bug' +assignees: '' + +--- + +### Bug Description + +### Steps to Reproduce +1. +2. +3. + +### Expected Behavior + +### Actual Behavior + +### Connected Issues + +---