Skip to content

Commit eff1faf

Browse files
mvinobaTomAugspurger
authored andcommitted
DOC: update Readme recommended tags for new contributors (pandas-dev#20992)
* DOC: Change recommended tag for new contributors in main README.md (pandas-dev#20982) * DOC: Change recommended tag for new contributors in docs (pandas-dev#20982)
1 parent e978279 commit eff1faf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ All contributions, bug reports, bug fixes, documentation improvements, enhanceme
233233

234234
A detailed overview on how to contribute can be found in the **[contributing guide.](https://pandas.pydata.org/pandas-docs/stable/contributing.html)**
235235

236-
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub “issues” tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open) and [Difficulty Novice](https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty+Novice%22) where you could start out.
236+
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub “issues” tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open) and [good first issue](https://github.com/pandas-dev/pandas/issues?labels=good+first+issue&sort=updated&state=open) where you could start out.
237237

238238
You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe to pandas on CodeTriage](https://www.codetriage.com/pandas-dev/pandas).
239239

doc/source/contributing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ If you are brand new to pandas or open-source development, we recommend going
1717
through the `GitHub "issues" tab <https://github.com/pandas-dev/pandas/issues>`_
1818
to find issues that interest you. There are a number of issues listed under `Docs
1919
<https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open>`_
20-
and `Difficulty Novice
21-
<https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty+Novice%22>`_
20+
and `good first issue
21+
<https://github.com/pandas-dev/pandas/issues?labels=good+first+issue&sort=updated&state=open>`_
2222
where you could start out. Once you've found an interesting issue, you can
2323
return here to get your development environment setup.
2424

0 commit comments

Comments
 (0)