Fix PR template link encoding

Update PR template links to URL-encode colons in link titles.

Ensure pull request type links expand correctly when selected by encoding
colon characters in the template query strings; this prevents broken or
incorrectly parsed URLs when creating new pull requests.
This commit is contained in:
Ferry Cools
2025-11-01 08:41:51 +01:00
parent 2506c03e7b
commit da3669fa02
+3 -3
View File
@@ -1,8 +1,8 @@
# Click the `Preview` tab and select the type of Pull Request you are submitting
- [Bug Fix](?expand=1&template=bugfix.md&title=Fix:%20Describe%20the%20bug%20fix%20here&labels=bug)
- [Feature Request](?expand=1&template=feature.md&title=Feature:%20Describe%20the%20new%20feature%20here&labels=enhancement)
- [Documentation Update](?expand=1&template=documentation.md&title=Documentation:%20Write%20title%20here&labels=documentation)
- [Bug Fix](?expand=1&template=bugfix.md&title=Fix%3A%20Describe%20the%20bug%20fix%20here&labels=bug)
- [Feature Request](?expand=1&template=feature.md&title=Feature%3A%20Describe%20the%20new%20feature%20here&labels=enhancement)
- [Documentation Update](?expand=1&template=documentation.md&title=Documentation%3A%20Write%20title%20here&labels=documentation)
> [!NOTE]
> The above types do not apply to any translation itself.