Add ISSUE_TEMPLATE.md

This commit is contained in:
Johnny Lim
2018-08-23 23:30:04 +09:00
committed by Gary Russell
parent 1247ee14da
commit b3f3894d8c

19
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,19 @@
<!--
Thanks for raising a Spring for Apache Kafka issue. Please take the time to review the
following categories as some of them do not apply here.
🙅 "Please DO NOT Raise an Issue" Cases
- Question
STOP!! Please ask questions about how to use something, or to understand why something isn't
working as you expect it to, on Stack Overflow using the spring-kafka tag.
🐞 Bug report
Please provide details of the problem, including the version of Spring for Apache Kafka that you
are using. If possible, please provide a test case or sample application that reproduces
the problem. This makes it much easier for us to diagnose the problem and to verify that
we have fixed it.
🎁 Enhancement
Please start by describing the problem that you are trying to solve. There may already
be a solution, or there may be a way to solve it that you hadn't considered.
-->