-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore: improve PR template text #3003
Conversation
972779e
to
74d6c83
Compare
74d6c83
to
2500f27
Compare
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.
Just a couple thoughts on phrasing here
Co-authored-by: Daria Pardue <[email protected]>
.github/pull_request_template.md
Outdated
|
||
#### Why does this need changes? Bug? or Feature? | ||
|
||
##### 🙁 Actual behavior |
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.
is it worth noting that this section and the next only apply to bug fix PRs?
For feature PRs it might be worth asking about like the use case for the feature or something like that, to help us evaluate the value of 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.
I looked into what I mentioned during our meeting about a button that differentiates the text based on a type. And that appears to be for Issues and not PRs. Maybe we drop these to headers. and just stick with #### What is the motivation for this change?
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.
I think that's reasonable, I think we could also put in the commented text something along the lines of "if filing a bug, please describe the current/desired behavior"
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.
Published changes after I commented so now it has comments like so:
#### What is the motivation for this change?
<!-- If this is a bug, it helps to describe the current behavior and a clear outline of the expected behavior -->
<!-- If this is a feature, it helps to describe the new use case enabled by this change -->
Improve PR template text
What is changing?
The PR template description in order to add helpful information and easy reference to important guides.
What is the motivation for this change?
It helps keep us organized, and double checks our essentials before publishing a PR.
Double check the following
npm run check:lint
script<type>(NODE-xxxx)<!>: <description>
Changes sufficiently covered by new or existing testsNew TODOs have a related JIRA ticket