-
Notifications
You must be signed in to change notification settings - Fork 306
Description
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:

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$/