Skip to content

Commit be04167

Browse files
authored
Update ISSUE_TEMPLATE
1 parent d343e37 commit be04167

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<!--
2-
Thank you for creating a ticket!
2+
Before submitting an issue, search your error in the issues of librdkafka: https://github.com/edenhill/librdkafka/issues
3+
Since this extension is a wraper, solutions to many errors can be found there.
34

4-
If you have questions, you can also join the Gitter channel.
5-
https://gitter.im/php-kafka/php-kafka
6-
7-
Please always include the following in an issue, so we can help faster:
5+
Please always include the following in an issue:
86
-->
97

108
* PHP version:
119
* librdkafka version:
1210
* php-kafka version:
1311
* kafka version:
1412

15-
If possible, add debug logs from librdkafka, which you can obtain by adjusting your configuration:
13+
Add debug logs, by adjusting your configuration:
1614
```php
1715
<?php
1816
$conf = new Kafka\Configuration();

0 commit comments

Comments
 (0)