From b57ef0810ce17680996552a79582bb21e1ed0087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Aguiar=20Figueiredo?= Date: Wed, 9 May 2018 11:59:27 -0300 Subject: [PATCH 1/2] DOC: Change recommended tag for new contributors in main README.md (#20982) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd2cb99992977..3c8fe57400099 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ All contributions, bug reports, bug fixes, documentation improvements, enhanceme A detailed overview on how to contribute can be found in the **[contributing guide.](https://pandas.pydata.org/pandas-docs/stable/contributing.html)** -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. +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. 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). From c2588776cb08c48f57d0207af0fb1e679972dc12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Aguiar=20Figueiredo?= Date: Wed, 9 May 2018 12:03:55 -0300 Subject: [PATCH 2/2] DOC: Change recommended tag for new contributors in docs (#20982) --- doc/source/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 58f097c2fc5f3..e9939250052f1 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -17,8 +17,8 @@ If you are brand new to pandas or open-source development, we recommend going through the `GitHub "issues" tab `_ to find issues that interest you. There are a number of issues listed under `Docs `_ -and `Difficulty Novice -`_ +and `good first issue +`_ where you could start out. Once you've found an interesting issue, you can return here to get your development environment setup.