According to documentation I had to create a PULL_REQUEST_TEMPLATE
folder in .github
folder.
Then add my pull_request_first_template
and pull_request_second_template.md
into PULL_REQUEST_TEMPLATE
folder.
When I try to open a new PR, no templates are being displayed, not speaking of even switching between them.
Seems like templates are not displaying at all. Is there a solution to that?
Short answer, yes there is a solution to this. However, there are a few steps to make this possible:
.github/
or docs/
directory in your root directory.PULL_REQUEST_TEMPLATE
.template_one.md
and template_two.md
.My example URL looks like: https://github.com/<org>/<repo-name>/compare/main...test-branch?template=template_one.md