Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

Welcome! 👋🏼

**Good First Issue** is an initiative to curate easy pickings from popular projects, so developers who've never contributed to open-source can get started quickly.
"Good First Issue" is an initiative to curate easy-to-address tasks from popular projects, so developers who have never contributed to open-source can get started quickly.

Open-source maintainers are always looking to get more people involved, but new developers generally think it's challenging to become a contributor. We believe getting developers to fix super-easy issues removes the barrier for future contributions. This is why Good First Issue exists.
While open-source maintainers constantly look for new contributors, many developers find the process intimidating. We believe that encouraging developers to fix 'super-easy' issues removes this barrier, which is why Good First Issue exists.

## Adding a new project

You're welcome to add a new project to Good First Issue, and we encourage all projects — old and new, big and small.
You're welcome to add a new project to Good First Issue, and we encourage all projects &mdash old and new, big and small.
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The HTML entity &mdash is missing its terminating semicolon, so it will likely render incorrectly as literal text instead of an em dash; it should use the full — entity to preserve the intended punctuation in the rendered README.

Suggested change
You're welcome to add a new project to Good First Issue, and we encourage all projects &mdash old and new, big and small.
You're welcome to add a new project to Good First Issue, and we encourage all projects — old and new, big and small.

Copilot uses AI. Check for mistakes.

**[Submit your repository via this form](https://docs.google.com/forms/d/e/1FAIpQLSfHSt8UHvACokWv8uwiImidTIhuSCAUXnvSGs-TULshdLl9Qw/viewform?usp=header)**

Expand Down
Loading