-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Add section on how to start contributing #25214
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
Conversation
67b509b
to
bd3c10f
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.
Yay! I think b/c you've been trying to be faithful to the gitter discussion, there's a bit of audience blend between talking to new contributors and maintainers talking amongst themselves so my comments are clustered there.
doc/devel/contributing.rst
Outdated
@@ -99,6 +97,58 @@ a new PR; duplicate PRs are subject to being closed. However, if the existing | |||
PR is an outline, unlikely to work, or stalled, and the original author is | |||
unresponsive, feel free to open a new PR referencing the old one. | |||
|
|||
.. _start-contributing: |
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'd move this up before get connected cause I think that follows this
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.
Let me know if this works better!
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.
This looks good to me. I made a few conciseness suggestions, but feel free to take or leave them.
Thanks @jklymak - applied them all! |
@story645 can you be responsible for merging this when happy? |
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.
And yeah @jklymak I'll merge once comments are addressed.
doc/devel/contributing.rst
Outdated
There is no pre-defined pathway for new contributors; you can look at existing | ||
issue and pull request discussions, and follow the discussions during code | ||
review. Or you can deep-dive into a subset of code-base to understand what is |
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.
So I think this is slightly abrupt w/o a modfier/softner like "here is no pre-defined pathway for new contributors; we recommend, we suggest, etc" or a context setter like "to learn about some off the shelf tasks/find something that needs to get done/etc"
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.
Good call. I rephrased
doc/devel/contributing.rst
Outdated
* **You are a Matplotlib user, and you see a bug, a potential improvement, or | ||
something that annoys you, and you can fix it.** | ||
|
||
This is how a lot of people approach open-source development. You can search |
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.
This is how a lot of people approach open-source development. You can search | |
You can search |
I don't think we need the first sentence? Or maybe something like "Great, to contribute a fix search..." so it feels like how the second persona is structured and is more in conversation w/ the heading"
doc/devel/contributing.rst
Outdated
In this case, even if you need help with programming skills or don't know | ||
where to start, you have a focus on a specific application and domain and can | ||
start there. In this case, maintainers can help you figure out the best |
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.
In this case, even if you need help with programming skills or don't know | |
where to start, you have a focus on a specific application and domain and can | |
start there. In this case, maintainers can help you figure out the best | |
Awesome, you have a focus on a specific application and domain and can | |
start there. In this case, maintainers can help you figure out the best |
I think the side bit about programming skills is kinda irrelevant since we don't really mention it in the first paragraph either, and if we want to explicitly expectation set on programming skills it should be as part of the fixer persona.
|
||
* **You are not a regular Matplotlib user but a domain expert: you know about | ||
visualization, 3D plotting, design, technical writing, statistics, or some | ||
other field where Matplotlib could be improved.** |
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.
other field where Matplotlib could be improved.** | |
other field where Matplotlib can be improved.** |
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 find the existing text to read better.
doc/devel/contributing.rst
Outdated
implementation; you can open an issue or pull request with a starting point, | ||
and we'll be happy to discuss technical approaches. If you prefer, you can use the | ||
`GitHub functionality for "draft" pull requests <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#converting-a-pull-request-to-a-draft>`__ | ||
and request early feedback on whatever you are working on. |
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.
My impression is that it is much easier to get feedback if it is not in draft mode... But I agree that it would be nice if it worked as above.
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.
Yeah, I think that is fair. How about this version?
you can get guidance and support for your first few PRs. It's a place where you | ||
can ask questions about anything: how to use git, GitHub, how our PR review | ||
process works, technical questions about the code, what makes for good | ||
documentation or a blog post, how to get involved in community work, or get a |
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.
blog post?
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.
Yes there is a blog 😄 https://blog.scientific-python.org/tags/matplotlib/
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.
Sorry for dropping the ball on this! I have some minor wording tweaks that I'll put in #25793 since it has to rebase on this.
…5808) Co-authored-by: Melissa Weber Mendonça <[email protected]>
…5809) Co-authored-by: Melissa Weber Mendonça <[email protected]>
DOC: Add section on how to start contributing
PR Summary
Following conversations on gitter and prompted by a request from a new contributor, this PR adds a summary of potential starting point for new contributors.
PR Checklist
Documentation and Tests
pytest
passes)Release Notes
.. versionadded::
directive in the docstring and documented indoc/users/next_whats_new/
.. versionchanged::
directive in the docstring and documented indoc/api/next_api_changes/
next_whats_new/README.rst
ornext_api_changes/README.rst