PULL_REQUEST_TEMPLATE 492 B

12345678910111213
  1. *Note*: Before submitting this pull request, please review our [contributing
  2. guidelines](https://docs.celeryproject.org/en/master/contributing.html).
  3. ## Description
  4. Please describe your pull request.
  5. NOTE: All patches should be made against master, not a maintenance branch like
  6. 3.1, 2.5, etc. That is unless the bug is already fixed in master, but not in
  7. that version series.
  8. If it fixes a bug or resolves a feature request,
  9. be sure to link to that issue via (Fixes #4412) for example.