mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2026-08-03 20:14:19 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user