-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Allow a configuration setting to set a markdown template for pull requests #937
Comments
I can see this being very useful. Some projects can provide templates if they are strict about their format and hub can read it from .git or a special directory inside. |
Note that the |
I'm also 👍 on this feature request. Git already has a template system for commit messages ( https://robots.thoughtbot.com/better-commit-messages-with-a-gitmessage-template ), so something similar for pull request templates would be extremely helpful. |
It would be great if on a global basis, I could set a text based template for pull requests, so that when I issue a pull request it gives me a set of headings to fill in, ensuring that I meet the given style for PR's.
References:
http://www.annashipman.co.uk/jfdi/good-pull-requests.html
https://github.com/alphagov/styleguides/blob/master/pull-requests.md
Happy to take a first stab at this improvement if committers like the cut of it's jib.
The text was updated successfully, but these errors were encountered: