There was an error while loading. Please reload this page.
1 parent 5eae305 commit ace9b9fCopy full SHA for ace9b9f
1 file changed
.github/ISSUE_TEMPLATE/Bug.md
@@ -0,0 +1,34 @@
1
+---
2
+name: 🐞 Bug Report
3
+about: Something is broken? 🔨
4
+labels: Bug
5
6
+
7
+### Bug Report
8
9
+<!-- Fill in the relevant information below to help triage your issue. -->
10
11
+| Q | A
12
+|------------ | ------
13
+| Version(s) | x.y.z
14
15
+#### Summary
16
17
+<!-- Provide a summary describing the problem you are experiencing. -->
18
19
+#### Current behavior
20
21
+<!-- What is the current (buggy) behavior? -->
22
23
+#### How to reproduce
24
25
+<!--
26
+Provide steps to reproduce the bug.
27
28
+Adding a failing unit test would help us a lot - you can submit one in a Pull
29
+Request separately, referencing this bug report.
30
+-->
31
32
+#### Expected behavior
33
34
+<!-- What was the expected (correct) behavior? -->
0 commit comments