Skip to content

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

Description

@BrunoLad

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions