From 4cc9e25a0aaf2a11502c63c1c5554f84080ebf8e Mon Sep 17 00:00:00 2001 From: Tierney Cyren Date: Mon, 15 Jul 2019 13:00:14 -0400 Subject: [PATCH 1/2] Add "Good First Issues" subsection to README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1ad8036..588c61b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,17 @@ If you're looking to contribute directly to Node.js, these guides will help move - [Contribute to Node.js (but not sure how to get to the working group you want to help?)](https://github.com/nodejs/getting-started/blob/master/contribute_to_node.md) - Have an additional resource? [Send a Pull Request](https://github.com/nodejs/getting-started/edit/master/README.md) on this file! +#### Good First Issues in the Node.js Organization + +All repositories in the Node.js GitHub organization have the "good first issue" label as a part of the repository. Some are more active than others, and have more opportunities for tackling good first issues and getting started with the project. + +Here's a set of repositories within the project that have multiple good first issues open: + +- [nodejs/node](https://github.com/nodejs/node/labels/good%20first%20issue): the core project. There are many good first issues here. The easiest ones often get snatched up quickly, but we try our best to ensure there are always some. +- [nodejs/nodejs.dev](https://github.com/nodejs/nodejs.dev/labels/good%20first%20issue): our effort to build a new website based off of React using Gatsby.js. +- [nodejs/citgm](https://github.com/nodejs/citgm/labels/good%20first%20issue): Canary in the Gold Mine, or CITGM, is a tool Node.js uses to test changes to see if they'll impact the most used modules in the ecosystem. It's a highly impactful project and one that's a great place to contribute to. +- [node/community-committee](https://github.com/nodejs/community-committee/labels/good%20first%20issue): The Community Committee is a top-level committee in Node.js that foucses on outward-facing projects. Various aspects of the committee and its' initiatives are incredibly beginner-friendly. + ## Node.js: Finding Help If you're looking for help while writing Node.js, ask questions in the [nodejs/help](https://github.com/nodejs/help#create-a-new-issue) repository. No question is too small! From 8e2396a8208904ef656250db0969cb82d92586af Mon Sep 17 00:00:00 2001 From: Tierney Cyren Date: Thu, 22 Aug 2019 11:47:03 -0400 Subject: [PATCH 2/2] Update README.md Co-Authored-By: Manil Chowdhury --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 588c61b..03c18c0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Here's a set of repositories within the project that have multiple good first is - [nodejs/node](https://github.com/nodejs/node/labels/good%20first%20issue): the core project. There are many good first issues here. The easiest ones often get snatched up quickly, but we try our best to ensure there are always some. - [nodejs/nodejs.dev](https://github.com/nodejs/nodejs.dev/labels/good%20first%20issue): our effort to build a new website based off of React using Gatsby.js. - [nodejs/citgm](https://github.com/nodejs/citgm/labels/good%20first%20issue): Canary in the Gold Mine, or CITGM, is a tool Node.js uses to test changes to see if they'll impact the most used modules in the ecosystem. It's a highly impactful project and one that's a great place to contribute to. -- [node/community-committee](https://github.com/nodejs/community-committee/labels/good%20first%20issue): The Community Committee is a top-level committee in Node.js that foucses on outward-facing projects. Various aspects of the committee and its' initiatives are incredibly beginner-friendly. +- [node/community-committee](https://github.com/nodejs/community-committee/labels/good%20first%20issue): The Community Committee is a top-level committee in Node.js that foucses on outward-facing projects. Various aspects of the committee and its initiatives are incredibly beginner-friendly. ## Node.js: Finding Help