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

Skip to content

Commit 7d6d71a

Browse files
authored
Merge pull request #26033 from story645/gfi
removed wrapping from first-issue-bot
2 parents f5f2cd9 + 6420411 commit 7d6d71a

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/good-first-issue.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,8 @@ jobs:
1717
body: |
1818
### Good first issue - notes for new contributors
1919
20-
This issue is suited to new contributors because it does not require
21-
understanding of the Matplotlib internals. To get started,
22-
please see our [contributing guide](https://matplotlib.org/stable/devel/index).
20+
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).
2321
22+
**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 competing PR.
2423
25-
**We do not assign issues**. Check the *Development* section in
26-
the sidebar for linked pull requests (PRs). If there are none, feel
27-
free to start working on it. If there is an open PR, please
28-
collaborate on the work by reviewing it rather than
29-
duplicating it in a competing PR.
30-
31-
32-
If something is unclear, please reach out on any of our
33-
[communication channels](https://matplotlib.org/stable/devel/contributing.html#get-connected).
24+
If something is unclear, please reach out on any of our [communication channels](https://matplotlib.org/stable/devel/contributing.html#get-connected).

0 commit comments

Comments
 (0)