Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# GoodFirstIssue

A website to help beginners find **good first issues** and repositories to contribute to in open source.

## 🌱 About this project
This repository is designed to guide beginners in contributing to open source.
It lists repositories and issues labeled as **Good First Issue**, making it easy for newcomers to get started.

This project is ideal for Hacktoberfest participants and anyone looking to make their first contribution.

## 🛠 How to contribute
1. Fork this repository.
2. Create a new branch for your changes:
```bash
git checkout -b your-branch-name
Loading