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_report.yml
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,19 @@ body:
22
22
For Maven: `./mvnw dependency:tree`
23
23
render: shell
24
24
validations:
25
-
required: true
25
+
required: false
26
+
27
+
- type: textarea
28
+
id: example
29
+
attributes:
30
+
label: "Example"
31
+
description: |
32
+
It helps alot if you provide a small example project that reproduces the issue.
33
+
You can upload a zip file or provide a link to a public repository.
34
+
If you fork this repository you can probably create an example in https://github.com/wiremock/wiremock-spring-boot/tree/main/wiremock-spring-boot/src/test/java/usecases
0 commit comments