You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] I have checked the [issues list](https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22)
25
25
for similar or identical bug reports.
26
26
-[ ] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22)
27
27
for existing proposed fixes.
28
-
-[ ] I have checked the [commit log](https://github.com/celery/celery/commits/master)
29
-
to find out if the bug was already fixed in the master branch.
28
+
-[ ] I have checked the [commit log](https://github.com/celery/celery/commits/main)
29
+
to find out if the bug was already fixed in the main branch.
30
30
-[ ] I have included all related issues and possible duplicate issues
31
31
in this issue (If there are none, check this box anyway).
32
32
@@ -35,7 +35,7 @@ To check an item on the list replace [ ] with [x].
35
35
-[ ] I have included the output of ``celery -A proj report`` in the issue.
36
36
(if you are not able to do this, then at least specify the Celery
37
37
version affected).
38
-
-[ ] I have verified that the issue exists against the `master` branch of Celery.
38
+
-[ ] I have verified that the issue exists against the `main` branch of Celery.
39
39
-[ ] I have included the contents of ``pip freeze`` in the issue.
40
40
-[ ] I have included all the versions of all the external dependencies required
41
41
to reproduce this bug.
@@ -96,14 +96,14 @@ on the subject: https://help.github.com/en/articles/autolinked-references-and-ur
96
96
97
97
## Required Dependencies
98
98
<!-- Please fill the required dependencies to reproduce this issue -->
99
-
***Minimal Python Version**: N/A or Unknown
100
-
***Minimal Celery Version**: N/A or Unknown
101
-
***Minimal Kombu Version**: N/A or Unknown
102
-
***Minimal Broker Version**: N/A or Unknown
103
-
***Minimal Result Backend Version**: N/A or Unknown
104
-
***Minimal OS and/or Kernel Version**: N/A or Unknown
105
-
***Minimal Broker Client Version**: N/A or Unknown
106
-
***Minimal Result Backend Client Version**: N/A or Unknown
99
+
-**Minimal Python Version**: N/A or Unknown
100
+
-**Minimal Celery Version**: N/A or Unknown
101
+
-**Minimal Kombu Version**: N/A or Unknown
102
+
-**Minimal Broker Version**: N/A or Unknown
103
+
-**Minimal Result Backend Version**: N/A or Unknown
104
+
-**Minimal OS and/or Kernel Version**: N/A or Unknown
105
+
-**Minimal Broker Client Version**: N/A or Unknown
106
+
-**Minimal Result Backend Client Version**: N/A or Unknown
107
107
108
108
### Python Packages
109
109
<!-- Please fill the contents of pip freeze below -->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Enhancement.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ To check an item on the list replace [ ] with [x].
21
21
for similar or identical enhancement to an existing feature.
22
22
-[ ] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22)
23
23
for existing proposed enhancements.
24
-
-[ ] I have checked the [commit log](https://github.com/celery/celery/commits/master)
24
+
-[ ] I have checked the [commit log](https://github.com/celery/celery/commits/main)
25
25
to find out if the if the same enhancement was already implemented in the
26
-
master branch.
26
+
main branch.
27
27
-[ ] I have included all related issues and possible duplicate issues in this issue
0 commit comments