Please complete the following checklist if your PR is adding new link to the list:
- [ ] I've read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/master/CONTRIBUTING.md)
- [ ] This PR does not introduce duplicates to the list
- [ ] The link is added at the bottom of the list category
- [ ] Suggested repository is maintained, have active community, is able to mentor new contributors and have issues with the suggested label
- [ ] The link I add follows suggested pattern:
```
- [Repository Name](link-to-repository-label) _(label: beginner-friendly-label-in-the-repository)_
Description
```
Example link formatting:
```
- [awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners/labels/good-first-contribution) _(label: good-first-contribution)_
A list of awesome beginners-friendly projects.
```