Skip to content

Commit de93c52

Browse files
authored
Merge pull request #33 from elliotmatson/elliotmatson-patch-2
Update and rename bug_report.md to bug_report.yaml
2 parents 4f1e261 + cbcbc36 commit de93c52

File tree

2 files changed

+22
-33
lines changed

2 files changed

+22
-33
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Bug report
2+
about: Create a report to help us improve
3+
title: "[BUG]: "
4+
labels: bug
5+
assignees: ''
6+
7+
body:
8+
- type: textarea
9+
id: details
10+
attributes:
11+
label: Describe the bug
12+
description: Also tell us, what did you expect to happen?
13+
placeholder: Tell us what you see!
14+
value: "A bug happened!"
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: version
19+
attributes:
20+
label: Version
21+
description: What version of our software are you running?
22+
default: v0.0.0

0 commit comments

Comments
 (0)