-
Notifications
You must be signed in to change notification settings - Fork 10
Add pull request template #11
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
base: main
Are you sure you want to change the base?
Changes from all commits
fb3953b
fc888c5
5fe93de
2e010df
4899587
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| <!-- | ||
| Thank you for contributing to this repository! | ||
|
|
||
| You can help us review your changes by answering these questions. | ||
| They are all optional, but the more information you provide the easier it will be for us to review your changes. | ||
| Everyone here is a volunteer, so please help us out if you can. | ||
|
|
||
| If you want to discuss anything Jupyter related, or to meet other users and developers, please say hello on https://discourse.jupyter.org/ . | ||
|
Member
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. Should we add in this link as well? https://discourse.jupyter.org/t/introduce-yourself/17/
Member
Author
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. Could do, though since we've got the welcome bot maybe we could add the introduce-yourself link there, perhaps with a stronger emphasis on "say hello", and just have the general link here?
Member
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. I agree with this but would actually reverse the suggestion. This is a PR template so folks using it are probably comfortable/familiar enough to make a contribution - we would just like to get to know them better (hence "say hello"). Whereas the bot's job is to orient newcomers who may be more likely to open a support request (hence general link). What do you think? Also I really am splitting hairs here, so feel free to pass :) |
||
| --> | ||
|
|
||
|
|
||
| ### What does this PR do? | ||
| <!-- | ||
| Please indicate the type of change made by this PR (tick one or more of the boxes) and summarise the PR. | ||
| Please also edit the PR title so that it contains enough context to go into a changelog. | ||
|
sgibson91 marked this conversation as resolved.
|
||
| It may help to list each change with an explanation of why it's needed- remember that what seems obvious to you may not be obvious to a reviewer. | ||
| --> | ||
| Type of change: | ||
| - [ ] Bug fix (non-breaking change which fixes an issue) | ||
| - [ ] New feature (non-breaking change which adds functionality) | ||
| - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
| - [ ] Documentation | ||
| - [ ] Other | ||
|
|
||
| ### Is this PR related to an issue, or is it part of a larger body of work? | ||
| <!-- | ||
| Please feel free to provide as much context or links to external sites as you want! | ||
| Use "Fixes #<NUM>" or "Fixes <URL to GitHub issue>" if this fixes an existing issue. | ||
| --> | ||
|
|
||
| ### Does this PR introduce a breaking change? | ||
| <!-- | ||
| If so what changes might users need to make in their applications due to this PR? | ||
| --> | ||
|
|
||
| ### How can this PR be tested? | ||
| <!-- | ||
| If this is not fully covered by the automated tests please help us by describing the tests that you ran to verify your changes. Make sure to provide as much detail so that we can reproduce your tests. | ||
| --> | ||
|
|
||
| ### What should a reviewer concentrate their feedback on? | ||
| <!-- | ||
| This section is particularly useful if you have a pull request that is still in development. | ||
| You can guide the reviews to focus on the parts that are ready for their comments. | ||
| You can use bullet points "-" if it helps. | ||
| --> | ||
|
|
||
| ### Other information | ||
| <!-- | ||
| Please provide any other information you think is relevant | ||
| --> | ||
Uh oh!
There was an error while loading. Please reload this page.