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

Skip to content

good first issue bot rewording #26018

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 1 commit into from
Jun 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions .github/workflows/good-first-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,19 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
body: |
Please see [our Contributing guide](https://matplotlib.org/stable/devel/index) for
more information on how to contribute.
**We do not assign issues**, and unless there is a PR for this issue already, feel free
to start working on it. Do not hesitate to ask if something needs clarification - see
also [our different communication channels](https://matplotlib.org/stable/devel/contributing.html#get-connected).
### Good first issue - notes for new contributors

This issue is suited to new contributors because it does not require
understanding of the Matplotlib internals. To get started,
please see our [contributing guide](https://matplotlib.org/stable/devel/index).


**We do not assign issues**. Check the *Development* section in
the sidebar for linked pull requests (PRs). If there are none, feel
free to start working on it. If there is an open PR, please
collaborate on the work by reviewing it rather than
duplicating it in a competeing PR.


If something is confusing or unclear, please reach out on any of our
[communication channels](https://matplotlib.org/stable/devel/contributing.html#get-connected).