Skip to content

Commit

Permalink
Added a checklist item for using pytest-celery in a bug report (#8971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Apr 17, 2024
1 parent 54df3e9 commit d0aae65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug-Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ To check an item on the list replace [ ] with [x].
to find out if the bug was already fixed in the main branch.
- [ ] I have included all related issues and possible duplicate issues
in this issue (If there are none, check this box anyway).
- [ ] I have tried to reproduce the issue with [pytest-celery](https://docs.celeryq.dev/projects/pytest-celery/en/latest/userguide/celery-bug-report.html) and added the reproduction script below.

## Mandatory Debugging Information

Expand Down Expand Up @@ -137,6 +138,10 @@ We prefer submitting test cases in the form of a PR to our integration test suit
If you can provide one, please mention the PR number below.
If not, please attach the most minimal code example required to reproduce the issue below.
If the test case is too large, please include a link to a gist or a repository below.
Alternatively, the pytest-celery plugin can be used to create standalone reproduction scripts
that can be added to this report. See the pytest-celery documentation for more information at
pytest-celery.readthedocs.io
-->

<details>
Expand Down

0 comments on commit d0aae65

Please sign in to comment.