Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #31

Merged
merged 1 commit into from
Oct 11, 2024
Merged
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
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