Skip to content

Commit 3217d8d

Browse files
authored
Update bug-repoert.md (vyuldashev#336)
Guidelines somewhat more strict. To indicate the issuer should do some research ;)
1 parent 1c50c21 commit 3217d8d

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,30 @@ assignees: vyuldashev
77

88
---
99

10-
- Laravel Version: #.#.#
11-
- Package Version: #.#.#
12-
- RabbitMQ Version: #.#.#
10+
- Laravel/Lumen version: #.#.#
11+
- RabbitMQ version: #.#.#
12+
- Package version: #.#.#
1313

1414
**Describe the bug**
15+
1516
A clear and concise description of what the bug is.
1617

1718
**Steps To Reproduce**
1819

20+
What steps needed, to reproduce this bug.
21+
22+
**Current behavior**
23+
24+
- What happens with the worker?
25+
- Is the message retried or put back into the queue?
26+
- Is the message acknowledged or rejected?
27+
- Is the message unacked?
28+
- Is the message gone?
29+
1930
**Expected behavior**
2031

32+
What is the expected behavior
33+
2134
**Additional context**
22-
Add any other context about the problem here.
35+
36+
Add any other context about the problem or describe the use-case.

0 commit comments

Comments
 (0)