This is an automated email from the ASF dual-hosted git repository. rbowen pushed a commit to branch first-issue in repository https://gitbox.apache.org/repos/asf/comdev-site.git
commit 04087c8fff7d13f21c57b44d064c58592765f686 Author: Rich Bowen <[email protected]> AuthorDate: Mon Jun 30 14:57:49 2025 -0400 Link to good first issues on github --- source/newcomers/gettingStarted.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/newcomers/gettingStarted.md b/source/newcomers/gettingStarted.md index 6bdad1a6..5901b42b 100644 --- a/source/newcomers/gettingStarted.md +++ b/source/newcomers/gettingStarted.md @@ -41,8 +41,10 @@ projects page linked above. In the project's issue tracker you will find details of bugs that have been reported and feature requests the project is considering. This should give you some inspiration about how you might be able to help the project community. If -you are looking for a beginner-level issue, try searching Jira for issues -with the label "GSoC", "mentor", "good-first-issue" or "up-for-grabs"; +you are looking for a beginner-level issue, try searching Jira or Github for issues +with the label "GSoC", "mentor", +"[good-first-issue](https://github.com/search?q=org%3Aapache%20is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22&type=issues)" +or "up-for-grabs"; these are issues the community feels are manageable for someone new to the ASF and their project. ## Joining the community
