Skip to content

Commit 3c63570

Browse files
committed
Added a GitHub issue teplate
1 parent 4368d31 commit 3c63570

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Issue guidelines
2+
3+
If you're asking a question, rather than reporting a bug or requesting a feature, **please post your question on the [mailing list](https://groups.google.com/forum/#!forum/wiremock-user), and do not open an issue**.
4+
5+
Please do not log bugs regarding classpath issues (typically manifesting as 'NoClassDefFoundException' or 'ClassNotFoundException').
6+
These are not WireMock bugs, and need to be diagnosed for your project using your build tool. Plenty has already been written in WireMock's issues and mailing list about how to resolve these issues
7+
so please search these sources before asking for help.
8+
9+
## Bug reports
10+
11+
We're a lot more likely to look at and fix bugs that are clearly described and reproduceable. Please including the following details when reporting a bug:
12+
13+
- [ ] Which version of WireMock you're using
14+
- [ ] How you're starting and configuring WireMock, including configuration or CLI the command line
15+
- [ ] A failing test case that demonstrates the problem
16+
- [ ] Profiler data if the issue is performance related
17+
18+
## Feature requests
19+
20+
Please include details of the use case and motivation for a feature when suggesting it.

0 commit comments

Comments
 (0)