-
Notifications
You must be signed in to change notification settings - Fork 385
Fix broken pull request template links (#2867) #2883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staging
Are you sure you want to change the base?
Conversation
…e template from subdirectory
Updated pull request template links to point to the correct `.github/PULL_REQUEST_TEMPLATE/*.md` files for proper rendering and navigation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of these links work.
The issue wasn't with the path itself, but with GitHub requiring the additional 'expand=1' query parameter for proper template rendering. This change ensures the correct behavior when selecting pull request templates.
Sorry for the trouble. This should work now. Please check and let me know. |
None of these links work, still. |
Could you please tell me how you checked the functionalities of my changes? I mean in order to check whether the PR templates are loading properly or not, you need to try opening a PR to the branch(where I have made changes to the templates file). Before going to the preview section, please see if the additional query parameter |
this works for me pip install linkcheckmd
python -m linkcheckmd .github/pull_request_template.md |
This PR updates the pull request template links to use full paths. This change attempts to address the issue outlined in #2867, where links do not render correctly.
Changes:
Related Issue:
Closes #2867