Skip to content

Commit cd45f4f

Browse files
committed
chore: doc
1 parent 0ff309a commit cd45f4f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,19 @@ body:
2222
For Maven: `./mvnw dependency:tree`
2323
render: shell
2424
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
35+
render: shell
36+
validations:
37+
required: false
2638

2739
- type: textarea
2840
id: description

0 commit comments

Comments
 (0)