Hi Team,
I would like to create multiple PR templates for the same repo, so I ended up creating following template files inside repo per https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/
.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE1.md
.github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE2.md
However, while passing the query parameter, contents of the template does NOT seem to be auto populated in the PR. My query parameter is like below
https://github.com/OrgName/repo/compare/branch1…master?expand=1&template=PULL_REQUEST_TEMPLATE/PR_TEMPLATE2.md
Does it accept custom template names? How does the multiple PR template work in such scenarios? Thanks !