@@ -12,38 +12,55 @@ assignees: ''
1212* [ ] Does your title concisely summarize the problem?
1313* [ ] Did you include a minimal, reproducible example?
1414* [ ] What OS are you using?
15- * [ ] What version of Dramatiq are you using?
1615* [ ] What version of Python are you using?
16+ * [ ] What version of Dramatiq are you using?
17+ * [ ] What Broker are you using?
1718* [ ] What did you do?
1819* [ ] What did you expect would happen?
1920* [ ] What happened?
2021
2122
2223## What OS are you using?
2324
24- <!-- for example: Ubuntu 16.04 or macOS 10.13.3 -->
25+ <!-- For example: Ubuntu 16.04 or macOS 10.13.3 -->
26+
27+
28+ ## What version of Python are you using?
29+
30+ <!-- Run this command to find out: python --version -->
2531
2632
2733## What version of Dramatiq are you using?
2834
29- <!-- run this command to find out: python -c 'import dramatiq; print(dramatiq.__version__)' -->
35+ <!-- Run this command to find out: python -c 'import dramatiq; print(dramatiq.__version__)' -->
3036
3137
32- ## What version of Python are you using?
38+ ## What Broker are you using?
3339
34- <!-- run this command to find out: python --version -->
40+ <!-- RabbitMQ, Redis or a broker from a third-party package (include the version of the package).
41+ What version of the broker service are you running? (e.g. the version of RabbitMQ/Redis itself)
42+ -->
3543
3644
3745## What did you do?
3846
39- <!-- be descriptive, but succinct -->
47+ <!-- Be descriptive, but succinct.
48+ Try to include a minimal reproducable example as a single python file.
49+ Ideally your file can be used to start a worker,
50+ and enqueues messages for the worker when run as a script.
51+ e.g. https://github.com/Bogdanp/dramatiq/blob/master/examples/basic/example.py
52+ If relevant, include the parameters you use to start Dramatiq.
53+ -->
4054
4155
4256## What did you expect would happen?
4357
44- <!-- be descriptive, but succinct -->
58+ <!-- Be descriptive, but succinct. -->
4559
4660
4761## What happened?
4862
49- <!-- be descriptive, but succinct -->
63+ <!-- Be descriptive, but succinct.
64+ If an error or exception happend,
65+ try to include as much of the error message and/or stack trace as possible.
66+ -->
0 commit comments