@@ -12,32 +12,40 @@ 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.
40- try to include a minimal reproducable example as a single python file.
47+ <!-- Be descriptive, but succinct.
48+ Try to include a minimal reproducable example as a single python file.
4149 Ideally your file can be used to start a worker,
4250 and enqueues messages for the worker when run as a script.
4351 e.g. https://github.com/Bogdanp/dramatiq/blob/master/examples/basic/example.py
@@ -47,12 +55,12 @@ assignees: ''
4755
4856## What did you expect would happen?
4957
50- <!-- be descriptive, but succinct -->
58+ <!-- Be descriptive, but succinct. -->
5159
5260
5361## What happened?
5462
55- <!-- be descriptive, but succinct.
63+ <!-- Be descriptive, but succinct.
5664 If an error or exception happend,
5765 try to include as much of the error message and/or stack trace as possible.
5866-->
0 commit comments