Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 7 commits into from
May 2, 2023

Conversation

melissawm
Copy link
Member

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

  • [N/A] Has pytest style unit tests (and pytest passes)
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • [N/A] New plotting related features are documented with examples.

Release Notes

  • [N/A] New features are marked with a .. versionadded:: directive in the docstring and documented in doc/users/next_whats_new/
  • [N/A] API changes are marked with a .. versionchanged:: directive in the docstring and documented in doc/api/next_api_changes/
  • [N/A] Release notes conform with instructions in next_whats_new/README.rst or next_api_changes/README.rst

Copy link
Member

@story645 story645 left a 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.

@@ -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:
Copy link
Member

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

Copy link
Member Author

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!

Copy link
Member

@jklymak jklymak left a 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.

@melissawm
Copy link
Member Author

Thanks @jklymak - applied them all!

@jklymak
Copy link
Member

jklymak commented Feb 14, 2023

@story645 can you be responsible for merging this when happy?

@story645 story645 added this to the v3.7-doc milestone Feb 14, 2023
Copy link
Member

@story645 story645 left a 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.

Comment on lines 27 to 29
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
Copy link
Member

@story645 story645 Feb 14, 2023

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"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call. I rephrased

* **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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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"

Comment on lines 49 to 51
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
other field where Matplotlib could be improved.**
other field where Matplotlib can be improved.**

Copy link
Member

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.

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.
Copy link
Member

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.

Copy link
Member Author

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blog post?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@story645 story645 self-assigned this May 2, 2023
Copy link
Member

@story645 story645 left a 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.

story645 pushed a commit that referenced this pull request May 2, 2023
story645 pushed a commit that referenced this pull request May 2, 2023
eslothower pushed a commit to eslothower/matplotlib that referenced this pull request May 3, 2023
DOC: Add section on how to start contributing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants