-
Notifications
You must be signed in to change notification settings - Fork 408
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
Create a PULL_REQUEST_TEMPLATE #315
Conversation
.github/PULL_REQUEST_TEMPLATE
Outdated
|
||
If you have questions, please send an email [Sendgrid](mailto:[email protected]), or file a Github Issue in this repository. | ||
|
||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We appreciate this, but it's going to show up on every pull request. Can you please remove this comment?
@ksigler7 -- Are you cool with that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mbernier Sure, I'll go ahead and remove the comment if @ksigler7 is okay with it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nishithshah2211 yeah, no worries on removing it! Thanks for asking!
.github/PULL_REQUEST_TEMPLATE
Outdated
|
||
Fill out this form in the body: | ||
--> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please also add
Closes: #[Issue number]
.github/PULL_REQUEST_TEMPLATE
Outdated
|
||
If you have questions, please send an email [Sendgrid](mailto:[email protected]), or file a Github Issue in this repository. | ||
|
||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We added this in our template, and it's been really useful because it triggers githubs functionality to automatically close the issue when the pull request is merged:
<!--
If this pull request closes an issue, add in the issue number here
-->
Closes #
Add a template for describing the change(s) being done.
@mbernier @ksigler7 Does it look good now? |
@nishithshah2211 - looks good to me! |
@mbernier Should I make any more changes? |
Thanks for your work here @nishithshah2211 |
Hello @nishithshah2211, |
Created a PULL_REQUEST_TEMPLATE for description of changes based on the link to the template given in #314