Multiple PR templates #1621
flowirtz posted onGitHub
So there is the option to have multiple pr templates in GitHub, which I think is pretty cool.
However, to make actual use of this feature, I need to manually select the template via tampering with the url (i.e. appending &template=first-template.md
).
This is how GitLab does it:
)
(Source)
So here is my feature request: I, as a user, want to select my pr template via a nice dropdown, and not via manually tampering with the url in a complicated way.
Do you guys see my point? Do you feel like this is something that would be a nice feature for this project?
Does anybody have an idea on how the options of the dropdown could be populated best? Simply search for the PULL_REQUEST_TEMPLATE/
folder (maybe in .github/
) and iterate over all entries?
Looking forward to your input!
PS Keep up the good work, I <3 this project so much!!! 👏
edit. shared this with GH Support as well edit. 2 removed the "and issue templates" as @sindresorhus pointed out this already exists