Skip to content

Fix label links in CONTRIBUTING.md#14272

Merged
JelleZijlstra merged 1 commit into
python:mainfrom
brianschubert:contributing-fix-label-links
Jun 13, 2025
Merged

Fix label links in CONTRIBUTING.md#14272
JelleZijlstra merged 1 commit into
python:mainfrom
brianschubert:contributing-fix-label-links

Conversation

@brianschubert
Copy link
Copy Markdown
Collaborator

The label links in CONTRIBUTING.md take you to a search page with a broken label filter. For example:

https://github.com/python/typeshed/labels/stubs%3A%20removal

It seems that GitHub is having issues with there being a space in the label name. What's weird is that this is the exact URL that GitHub expects for rendered labels, e.g. stubs: removal Pending removal of third-party distributions .

Putting some quotes around the label name seems to make the links work. For example:

https://github.com/python/typeshed/labels/%22stubs%3A%20removal%22

@JelleZijlstra JelleZijlstra merged commit ecd5141 into python:main Jun 13, 2025
1 check passed
brianschubert added a commit to brianschubert/typeshed that referenced this pull request Jun 8, 2026
This reverts commit ecd5141.

# Conflicts:
#	CONTRIBUTING.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants