mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2025-12-10 16:22:12 +00:00
53 lines
2.9 KiB
Django/Jinja
53 lines
2.9 KiB
Django/Jinja
<!-- DO NOT EDIT THIS FILE (`README.md`) -->
|
|
<!-- ALL ENTRIES SHOULD BE ADDED TO AND REMOVED FROM `data.json` -->
|
|
<!-- SEE THE CONTRIBUTING GUIDE (`CONTRIBUTING.md`) FOR MORE GUIDANCE -->
|
|
<!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING `README-template.j2` -->
|
|
|
|
<div align="center">
|
|
<div>
|
|
<a href="https://go.warp.dev/awesome-for-beginners">
|
|
<img alt="Thanks to Warp.dev for sponsoring this repository through a donation to a charity of my choice." src="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Github/Warp%20Packs/Warp-Github-SM-01.jpg">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
# Awesome First Pull Request Opportunities [](https://github.com/sindresorhus/awesome)
|
|
|
|
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
|
|
|
|
If you are a maintainer of open-source projects, add the label `first-timers-only` (or similar) to your project and list it here so that people can find it.
|
|
|
|
If you are not a programmer but would like to contribute, check out the [Awesome for non-programmers](https://github.com/szabgab/awesome-for-non-programmers) list.
|
|
|
|
If you would like to be guided through how to contribute to a repository on GitHub, check out [the First Contributions repository](https://github.com/firstcontributions/first-contributions).
|
|
|
|
> [!TIP]
|
|
> All links open in the same tab. If you want to open in a new tab, use `Ctrl + Click` (Windows/Linux) or `Cmd + Click` (Mac).
|
|
## Table of Contents:
|
|
|
|
||Languages|
|
|
|--|--|{% for category_group, categories in category_groups.items() %}
|
|
|{{ category_group }}|{% for category in categories %}[{{ category.title }}](#{{ category.link_id }}){% if loop.index < (categories | length) %}, {% endif %}{% endfor %}|{% endfor %}
|
|
{% for category in categories %}
|
|
## {{ category.title }}
|
|
{% for entry in category.entries %}
|
|
- [{{ entry.name }}]({{ entry.link }}) _(label: {% if entry.label is defined %}{{ entry.label }}{% else %}n/a{% endif %})_ <br> {{ entry.description }}{% endfor %}
|
|
{% endfor %}
|
|
|
|
## Contribute
|
|
|
|
Contributions are welcome! See the [contributing guidelines](CONTRIBUTING.md).
|
|
|
|
## Thanks to GitHub Sponsors
|
|
|
|
Thanks to [Warp.dev](https://go.warp.dev/awesome-for-beginners) for sponsoring this repository through a donation to a charity of my choice.
|
|
|
|
<table><tr>{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}</tr><tr>{% endif %}<td align="center"><a href="{{ sponsor.link }}"><img src="{{ sponsor.image }}" width="60px;" alt=""/><br/><sub><b>{{ sponsor.name }}</b></sub></a></td>{% endfor %}</tr></table>
|
|
|
|
## License
|
|
|
|
[](http://creativecommons.org/publicdomain/zero/1.0/)
|
|
|
|
To the extent possible under law, the author has waived all copyrights and related or neighboring rights to this work.
|
|
|