mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-23 20:08:09 -08:00
Moved README template to different filename to avoid being used as the repo README
This commit is contained in:
31
.github/README-template.j2
vendored
Normal file
31
.github/README-template.j2
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Awesome First PR 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.
|
||||
|
||||
## Table of Contents:
|
||||
{% for category in categories %}
|
||||
- [{{ category.title }}](#{{ category.link_id }}){% 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
|
||||
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user