-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Pull Request template #8476
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
Merged
Merged
Pull Request template #8476
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
8e796b3
Merge pull request #20 from matplotlib/master
story645 17bc9fe
Create PULL_REQUEST_TEMPLATE.md
story645 90096e0
Update PULL_REQUEST_TEMPLATE.md
story645 5a96eff
Update PULL_REQUEST_TEMPLATE.md
story645 f155f56
point to devdocs instead of devel
story645 341767f
Update PULL_REQUEST_TEMPLATE.md
story645 408d78b
shortened, moved to comments, removed links
story645 aabe383
Update PULL_REQUEST_TEMPLATE.md
story645 adbc03f
language tidying
story645 4bf429b
Update PULL_REQUEST_TEMPLATE.md
story645 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
Update PULL_REQUEST_TEMPLATE.md
- Loading branch information
commit 341767f406c776dd5f40bded8e15f1a8cb487aef
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -2,8 +2,9 @@ Thank you so much for your PR! To help us review, please make use of our | |
| [development guide](http://matplotlib.org/devdocs/devel/coding_guide.html#documentation) and fill out the form to the best of your ability. | ||
|
|
||
| **PR Summary** | ||
| - Please use a title that describes the bug being fixed or the feature being implemented-for example "Raises ValueError on Non-Numeric Input to set_xlim" | ||
| - Please provide at least 1-2 sentences describing the pull request in detail. | ||
|
|
||
| - Please provide at least 1-2 sentences describing the pull request. | ||
| - What type of PR is this? | ||
| - [ ] library bug fix | ||
| - [ ] documentation bug fix | ||
|
|
@@ -23,5 +24,4 @@ Thank you so much for your PR! To help us review, please make use of our | |
| - [ ] change the API in a backward-incompatible way: documented it in [doc/api/api_changes.rst](../doc/api/api_changes) | ||
|
|
||
| We understand that PRs can sometimes feel like a guantlet, especially as the reviews start coming in. Please let us know | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. gauntlet the line wrapping is a bit weird. |
||
| if the reviews are unclear or the recommended next step is too ardous, and if you'd like help in addressing a reveiwers | ||
| comments. And ping us if you've been waiting too long to hear back on your PR! | ||
| if the reviews are unclear or the recommended next step is overwhelming, or if you would like help in addressing a reviewer's comments. And please ping us if you've been waiting too long to hear back on your PR! | ||
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.
documented --> document
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.
oh, nevermind, I see it is all supposed to be past tense.