Fix broken pull request template links (#2867)#2883
Fix broken pull request template links (#2867)#2883basfroman merged 8 commits intoopentensor:stagingfrom
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.
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