Skip to content
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

Broken links for Find more [name]_TEMPLATE.md files #29

Open
BrunoLad opened this issue Jan 11, 2024 · 0 comments
Open

Broken links for Find more [name]_TEMPLATE.md files #29

BrunoLad opened this issue Jan 11, 2024 · 0 comments

Comments

@BrunoLad
Copy link

Hello!
Creating an issue here because I don't know what would be the most appropriate way to reach out. Hope this ends up being the correct channel and I don't end up imposing.

I believe both links for Find more ISSUE_TEMPLATE.md files and Find more PULL_REQUEST_TEMPLATE.md files are broken:
image

Right now they are respectively:
https://github.com/search?utf8=%E2%9C%93&q=in%3Apath+issue_template.md&type=Code&ref=searchresults
https://github.com/search?utf8=%E2%9C%93&q=in%3Apath+pull_request_template.md&type=Code&ref=searchresults

And I believe removing the in%3A and starting with pathin%3A fixes this, like so:
https://github.com/search?utf8=%E2%9C%93&q=path%3Aissue_template.md&type=Code&ref=searchresults
https://github.com/search?utf8=%E2%9C%93&q=path%3Apull_request_template.md&type=Code&ref=searchresults

Or, for exact file name matches (don't know which one makes more sense, probably the more permissive one) the below regex can be used:
path:/(^|\/)issue_template.md\.md$/
path:/(^|\/)pull_request_template\.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

No branches or pull requests

1 participant