I wanted to create custom Pull Requests template for my Github repo (internal version in my company and not on Github.com), so I followed instructions on this link. I followed below steps:
- Created the new template file in the location: [my-repo]/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md.
- Merged this new file into master.
- Created a new branch from master, commited some changes into new branch.
- Created a new Pull Request to master, but the template did not show up.
Creating the new PR did not show up the template I had created. Similar steps for creating new issue templates work fine, but PR templates arent working. I would like to add different templates inside PULL_REQUEST_TEMPLATE folder in order to create multiple pull request templates like feature template, bug-fix template etc. My PR template markdown has the following in it:
---
name: Design Review
about: Design Review issue template
---
# PR Change Description
This PR is to add a new vendor type.