-
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
Merged
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
## Description | ||
### Description | ||
|
||
**What changed?** | ||
#### What is changing? | ||
|
||
**Are there any files to ignore?** | ||
##### Is there new documentation needed for these changes? | ||
|
||
#### Why does this need changes? Bug? or Feature? | ||
|
||
##### 🙁 Actual behavior | ||
|
||
<!-- What happened, and why it was wrong --> | ||
|
||
##### 🙂 Expected behavior | ||
|
||
<!-- What you expected to happen instead, and why --> | ||
|
||
<!-- | ||
Contributors! | ||
First of all, thank you so much!! | ||
If you haven't already, it would greatly help the team review this work in a timely manner if you create a JIRA ticket to track this PR. | ||
You can do that here: https://jira.mongodb.org/projects/NODE | ||
--> | ||
|
||
### Double check the following | ||
|
||
- [ ] Completed self-review using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines) | ||
nbbeeken marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- [ ] PR title follows the correct format: `<type>(NODE-xxxx)<!>: <description>` | ||
- [ ] Changes sufficiently covered by new or existing tests | ||
nbbeeken marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- [ ] New TODOs have a related JIRA ticket |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: