Fix labels on Github issue templates.#5955
Merged
Merged
Conversation
Use quotation marks to escape labels on Github issue templates. This prevents the colon from breaking the template.
martey
force-pushed
the
fix-issue-template-labels
branch
from
February 4, 2020 18:43
0900ecc to
e754595
Compare
Contributor
Author
|
I've pushed a new commit which fixes the issue with the Documentation Bug Report's template multiple labels. |
Contributor
|
So that was the problem! |
auvipy
approved these changes
Feb 7, 2020
Fixes #5938, which broke most of the issue templates.
Currently, navigating to https://github.com/celery/celery/issues/new/choose now only displays the "Minor Version Release Checklist" template:
This pull request escapes the labels in the template files (so that their colons don't cause the template to break)
and changes the "Documentation Bug Report" template to only use one label (since using multiple escaped labels also breaks the template).