You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+12-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
+
---
1
2
name: 🐛 Bug Report
2
3
description: Submit a bug report to help us improve
3
-
labels: [bug, triage]
4
+
5
+
labels:
6
+
- bug
7
+
- triage
8
+
4
9
body:
5
10
- type: markdown
6
11
attributes:
@@ -33,7 +38,8 @@ body:
33
38
- type: checkboxes
34
39
attributes:
35
40
label: Prerequisites
36
-
description: Please check the following items before creating a issue. This way we know you've done these steps first.
41
+
description: Please check the following items before creating a issue. This way we know you've done
42
+
these steps first.
37
43
options:
38
44
- label: I'm using the latest version of `pact-python`.
39
45
required: true
@@ -65,7 +71,8 @@ body:
65
71
- type: textarea
66
72
attributes:
67
73
label: Steps to reproduce
68
-
description: Write down the steps to reproduce the bug. You should start with a fresh installation, or your git repository linked above.
74
+
description: Write down the steps to reproduce the bug. You should start with a fresh installation,
75
+
or your git repository linked above.
69
76
placeholder: |
70
77
1. Step 1...
71
78
2. Step 2...
@@ -76,7 +83,8 @@ body:
76
83
- type: textarea
77
84
attributes:
78
85
label: Expected behavior
79
-
description: How did you expect your project to behave? It's fine if you're not sure your understanding is correct. Write down what you thought would happen.
86
+
description: How did you expect your project to behave? It's fine if you're not sure your understanding
87
+
is correct. Write down what you thought would happen.
about: Use GitHub Discussions for advanced and unanswered questions only, requiring a maintainer's answer. Make sure the question wasn't already asked.
14
+
about: Use GitHub Discussions for advanced and unanswered questions only, requiring a maintainer's
15
+
answer. Make sure the question wasn't already asked.
0 commit comments