Unfortunately, Github's search doesn't support OR operator over labels (or at least I don't know how), so here a list ordered by number of open issues at the moment of writing:
- easy
- beginner
- [Good First Bug](https://github.com/search?utf8=✓&type=Issues&q=state%3Aopen+label%3A"Good First Bug")
- starter
- E-easy
- newbie
- [easy fix](https://github.com/search?utf8=✓&type=Issues&q=state%3Aopen+label%3A"easy fix")
- easy-fix
- [beginner friendly](https://github.com/search?utf8=✓&type=Issues&q=state%3Aopen+label%3A"beginner friendly")
- easy-pick
- [Good for New Contributors](https://github.com/search?utf8=✓&type=Issues&q=state%3Aopen+label%3A"Good for New Contributors")
- first-timers-only
- contribution-starter
- [good for beginner](https://github.com/search?utf8=✓&type=Issues&q=state%3Aopen+label%3A"good for beginner")
- [starter bug](https://github.com/search?utf8=✓&type=Issues&q=state%3Aopen+label%3A"starter bug")
- good-for-beginner
- your-first-pr
- [first timers only](https://github.com/search?utf8=✓&type=Issues&q=state%3Aopen+label%3A"first time only")
- [first time contributor](https://github.com/search?utf8=✓&type=Issues&q=state%3Aopen+label%3A"first time contributor")
If I missed some relevant tag, put it in a comment and mention me to add it.
Hey there!
This helped me figure out how to search labels within github but I noticed some of your links are broken where spaces are used. I couldn't replicate this on github's side by searching the same thing you did so I'm guessing it was a simple typo or a bug that no longer exists
Example:
[Good First Bug](https://github.com/search?utf8=✓&type=Issues&q=state%3Aopen+label%3A"Good First Bug")
Fix:
[Good First Bug](https://github.com/search?q=state%3Aopen+label%3A%22Good+First+Bug%22&type=Issues)
Thanks for helping me out with the search syntax!