mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-25 21:08:11 -08:00
Compare commits
7 Commits
e1e37c42f6
...
MunGell-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ddbea3e6e | ||
|
|
fcbeed8930 | ||
|
|
55940aeb2d | ||
|
|
a5850be0a0 | ||
|
|
ff5c514653 | ||
|
|
f72a441566 | ||
|
|
d65d22f802 |
10
.github/README-template.j2
vendored
10
.github/README-template.j2
vendored
@@ -3,6 +3,14 @@
|
|||||||
<!-- SEE THE CONTRIBUTING GUIDE (`CONTRIBUTING.md`) FOR MORE GUIDANCE -->
|
<!-- SEE THE CONTRIBUTING GUIDE (`CONTRIBUTING.md`) FOR MORE GUIDANCE -->
|
||||||
<!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING `README-template.j2` -->
|
<!-- 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)
|
# Awesome First Pull Request Opportunities [](https://github.com/sindresorhus/awesome)
|
||||||
|
|
||||||
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
|
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
|
||||||
@@ -32,6 +40,8 @@ Contributions are welcome! See the [contributing guidelines](CONTRIBUTING.md).
|
|||||||
|
|
||||||
## Thanks to GitHub Sponsors
|
## Thanks to GitHub Sponsors
|
||||||
|
|
||||||
|
Thanks to Warp.dev 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>
|
<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
|
## License
|
||||||
|
|||||||
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'data.json'
|
- 'data.json'
|
||||||
- '.github/tpl.md'
|
- '.github/README-template.j2'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -17,7 +17,12 @@ jobs:
|
|||||||
run: sudo pip install jinja2
|
run: sudo pip install jinja2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python3 .github/scripts/render-readme.py
|
run: python3 .github/scripts/render-readme.py
|
||||||
|
- name: Check if file changed
|
||||||
|
id: changedCheck
|
||||||
|
continue-on-error: true
|
||||||
|
run: git diff --exit-code README.md
|
||||||
- name: Commit
|
- name: Commit
|
||||||
|
if: steps.changedCheck.outcome == 'failure'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Shmavon Gazanchyan'
|
git config --global user.name 'Shmavon Gazanchyan'
|
||||||
git config --global user.email 'MunGell@users.noreply.github.com'
|
git config --global user.email 'MunGell@users.noreply.github.com'
|
||||||
|
|||||||
11
data.json
11
data.json
@@ -2044,7 +2044,8 @@
|
|||||||
"link": "https://github.com/activist-org/activist",
|
"link": "https://github.com/activist-org/activist",
|
||||||
"label": "good first issue",
|
"label": "good first issue",
|
||||||
"technologies": [
|
"technologies": [
|
||||||
"TypeScript", "Python"
|
"TypeScript",
|
||||||
|
"Python"
|
||||||
],
|
],
|
||||||
"description": "activist.org is a network for political action that allows people to coordinate and collaborate on the issues that matter most to them."
|
"description": "activist.org is a network for political action that allows people to coordinate and collaborate on the issues that matter most to them."
|
||||||
},
|
},
|
||||||
@@ -2062,7 +2063,9 @@
|
|||||||
"name": "Manifest",
|
"name": "Manifest",
|
||||||
"link": "https://github.com/mnfst/manifest",
|
"link": "https://github.com/mnfst/manifest",
|
||||||
"label": "good first issue",
|
"label": "good first issue",
|
||||||
"technologies": ["TypeScript"],
|
"technologies": [
|
||||||
|
"TypeScript"
|
||||||
|
],
|
||||||
"description": "Manifest is an open-source Backend-as-a-Service allowing developers to create a backend easily and quickly."
|
"description": "Manifest is an open-source Backend-as-a-Service allowing developers to create a backend easily and quickly."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2126,7 +2129,9 @@
|
|||||||
"name": "supabase",
|
"name": "supabase",
|
||||||
"link": "https://github.com/supabase/supabase",
|
"link": "https://github.com/supabase/supabase",
|
||||||
"label": "good first issue",
|
"label": "good first issue",
|
||||||
"technologies": ["TypeScript"],
|
"technologies": [
|
||||||
|
"TypeScript"
|
||||||
|
],
|
||||||
"description": "The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications."
|
"description": "The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user