Skip to content

Commit

Permalink
Update readme (#31)
Browse files Browse the repository at this point in the history
I got tired of looking at the excessive emojis
  • Loading branch information
lucasrod16 authored Oct 11, 2024
2 parents 3ad3227 + 64b142a commit 0bfe2d4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 🌟 OSS Contribute
# OSS Contribute

[OSS Contribute](https://osscontribute.com/) is a website I built to help developers like me find the best open-source projects to contribute to. Whether you're a beginner or an experienced developer, finding the right project to contribute to can be challenging—this tool simplifies that process.
[OSS Contribute](https://osscontribute.com/) is a website I built to help myself and other developers find the best open-source projects to contribute to. Whether you're a beginner or an experienced developer, finding the right project to contribute to can be challenging and time-consuming.

## 🔍 How It Works
## How It Works

OSS Contribute searches for projects based on the following criteria to ensure you find active and meaningful projects to work on:

- 📝 Open Source: Must be a public project with an open-source license.
- 📈 Active Development: Must not be archived, ensuring the project is still actively maintained.
- 🤝 Contribution-Friendly: Must have at least 10 issues labeled with `good first issue` or `help wanted` to help you get started.
- ⭐ Popular Projects: Must have at least 500 stars on GitHub—highlighting community trust and interest.
- 🕒 Recently Updated: Must have been updated within the last month to ensure it's actively worked on.
- Has an open-source license
- Must not be archived
- Has at least 10 issues labeled with `good first issue` or `help wanted`
- Has at least 500 stars on GitHub
- Has been updated within the last month to ensure it's actively worked on

## 🌍 Join the Open Source Community
## Join the Open Source Community

Find your next project to grow your skills and connect with talented people all over the world.

Expand All @@ -24,7 +24,7 @@ Contributions are welcome!

If you have an idea for a new feature or find a bug that needs to be fixed, feel free to submit issues and pull requests.

## 🚀 Deploying Updates to the Site
## Deploying Updates to the Site

To deploy updates, create an annotated git tag using [Semantic Versioning](https://semver.org/) and push it to GitHub.

Expand Down

0 comments on commit 0bfe2d4

Please sign in to comment.