Skip to content

Commit cdc8448

Browse files
authored
Merge pull request #705 from LincolnPuzey/update-issue-templates
Update issue templates [skip ci]
2 parents 829a392 + a4be810 commit cdc8448

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed
Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
# Issues
1+
---
2+
name: Bug report
3+
about: Github issues are primarily for bugs
4+
title: ''
5+
labels: ''
6+
assignees: ''
27

3-
GitHub issues are for bugs. If you have questions, please ask them on the [mailing list](https://groups.io/g/dramatiq-users/topics).
8+
---
49

510
## Checklist
611

712
* [ ] Does your title concisely summarize the problem?
813
* [ ] Did you include a minimal, reproducible example?
914
* [ ] What OS are you using?
1015
* [ ] What version of Dramatiq are you using?
16+
* [ ] What version of Python are you using?
1117
* [ ] What did you do?
1218
* [ ] What did you expect would happen?
1319
* [ ] What happened?
@@ -23,6 +29,11 @@ GitHub issues are for bugs. If you have questions, please ask them on the [mail
2329
<!-- run this command to find out: python -c 'import dramatiq; print(dramatiq.__version__)' -->
2430

2531

32+
## What version of Python are you using?
33+
34+
<!-- run this command to find out: python --version -->
35+
36+
2637
## What did you do?
2738

2839
<!-- be descriptive, but succinct -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Questions
4+
url: https://groups.io/g/dramatiq-users
5+
about: If you have questions, please ask them on the discussion Board.
6+
- name: Feature Requests
7+
url: https://groups.io/g/dramatiq-users
8+
about: If you want to request or suggest a feature, please start a discussion on the discussion Board.

0 commit comments

Comments
 (0)