Skip to content

Commit

Permalink
Added descrption for Finding issues, Css and Dart (#139)
Browse files Browse the repository at this point in the history
* Added descrption for Finding Issues

* updated css and Dart Lists
  • Loading branch information
Soumadeep360 authored Oct 14, 2024
1 parent 4a7abcb commit 1834a7d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Here, you find possibilities to ease the search.
- Use [Search Engine Hacktoberfest Project Finder](https://hacktoberfest-projects.vercel.app/) - Offers filtering by language. The best thing is that the projects are initially sorted by GitHub stars.
- Use [Search Engine Up For Grabs](https://up-for-grabs.net/#/) - find beginner-friendly projects and issues
- [Search for label `hacktoberfest`](https://github.com/search?q=label%3Ahacktoberfest+state%3Aopen+type%3Aissue) - Label especially created for Hacktoberfest.
- [Search for label `first-timers-only`](https://github.com/search?q=label%3Afirst-timers-only+state%3Aopen+type%3Aissue)
- [Search for label `for-new-contributors`](https://github.com/search?q=label%3Afor-new-contributors+state%3Aopen+type%3Aissue)
- [Search for label `good-first-issue`](https://github.com/search?q=label%3Agood-first-issue+state%3Aopen+type%3Aissue)
- [Search for label `easy`](https://github.com/search?q=label%3Aeasy)
- [Search for label `first-timers-only`](https://github.com/search?q=label%3Afirst-timers-only+state%3Aopen+type%3Aissue) - Issues tailored for first-time contributors.
- [Search for label `for-new-contributors`](https://github.com/search?q=label%3Afor-new-contributors+state%3Aopen+type%3Aissue) - Ideal for those who are new to open-source contributions.
- [Search for label `good-first-issue`](https://github.com/search?q=label%3Agood-first-issue+state%3Aopen+type%3Aissue) - Awesome beginner-friendly issues.
- [Search for label `easy`](https://github.com/search?q=label%3Aeasy) - Simple issues to start your Hacktoberfest journey.

## Events

Expand All @@ -59,13 +59,14 @@ They also try to be very welcoming for 1st-time contributors.

([all CSS projects with Hacktoberfest issues](https://github.com/search?utf8=%E2%9C%93&q=label%3Ahacktoberfest+state%3Aopen+type%3Aissue+language%3AJava&type=Issues&ref=advsearch&l=CSS))

- [crystal-ann](https://github.com/crystal-community/crystal-ann)
- [crystal-ann](https://github.com/crystal-community/crystal-ann) - An awesome announcement tool for the Crystal programming language community.

### Dart / Flutter

([all dart projects with Hacktoberfest issues](https://github.com/search?utf8=%E2%9C%93&q=label%3Ahacktoberfest+state%3Aopen+type%3Aissue+language%3ADart&type=Issues&ref=advsearch&l=Dart&l=))
([all Dart projects with Hacktoberfest issues](https://github.com/search?utf8=%E2%9C%93&q=label%3Ahacktoberfest+state%3Aopen+type%3Aissue+language%3ADart&type=Issues&ref=advsearch&l=Dart&l=))

- [The Public Transport](https://github.com/thepublictransport/thepublictransport-app) - An awesome app to provide public transport information, written in Dart and Flutter.

- [The Public Transport](https://github.com/thepublictransport/thepublictransport-app)

Check failure on line 70 in README.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Multiple consecutive blank lines

README.md:70 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md012.md
### Go

Expand Down

0 comments on commit 1834a7d

Please sign in to comment.