20 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
c6cdbc6406 Update README.md 2025-12-05 20:51:10 +00:00
Sammy Hori
fe75c9bd61 Merge pull request #1688 from applowiec/add-vitest-datajson
Add Vitest to JavaScript section (data.json)
2025-12-05 20:50:59 +00:00
Shmavon Gazanchyan
fe379ce069 Update README.md 2025-11-21 12:21:13 +00:00
Sammy Hori
caecd6ab62 Merge pull request #1810 from MunGell/fix-julia-entries
Fix duplicate entries issue for Julia in data.json
2025-11-21 12:21:02 +00:00
Sammy Hori
49acd6ffd2 Fix duplicate entries issue for Julia in data.json
There were three entries for Julia, seemingly a general one and then two for two separate labels.
I removed the one for help-wanted (which isn't specifically beginner friendly) and just stuck with the good first issue label.
2025-11-21 12:20:12 +00:00
Shmavon Gazanchyan
b3fb0b675b Update README.md 2025-11-19 15:50:31 +00:00
Sammy Hori
ca63f9bd06 Merge pull request #1807 from MunGell/remove-h2o-wave-apps
Remove H2O Wave Apps from the data.json for inactivity
2025-11-19 15:50:10 +00:00
Sammy Hori
f5c3775554 Remove H2O Wave Apps from the data.json for inactivity
The last commit was a year ago
2025-11-19 15:49:27 +00:00
Shmavon Gazanchyan
57c016d757 Update README.md 2025-11-19 13:23:56 +00:00
Sammy Hori
ec30f227e5 Merge pull request #1805 from MunGell/link-on-hyperlink
Update README-template sponsor section with an extra hyperlink
2025-11-19 13:23:44 +00:00
Sammy Hori
6d6ea3178b Update README-template sponsor section with an extra hyperlink 2025-11-19 13:21:37 +00:00
Shmavon Gazanchyan
7edf02819d Update README.md 2025-11-15 14:55:57 +00:00
Shmavon Gazanchyan
dd4d893246 Update README-template with Warp.dev sponsorship (#1800)
* Update README-template with Warp.dev sponsorship

Added sponsorship acknowledgment for Warp.dev that have donated to a charity of my choice.

* Fix typo in donation message in README template
2025-11-15 14:55:44 +00:00
Sammy Hori
55940aeb2d Merge pull request #1798 from MunGell/build-workflow-improve
Improve the build workflow
2025-11-12 12:44:44 +00:00
Sammy Hori
a5850be0a0 Replaced old template file with new one in Build workflow
This will cause the Build workflow to be triggered by changes to the new template.
2025-11-12 12:42:41 +00:00
Sammy Hori
ff5c514653 Set the Build workflow to only commit if the README changes
If the README hasn't changed (e.g. a data.json reformat was done), it currently attempts to commit and fails, causing a workflow failure.
2025-11-12 12:40:59 +00:00
Sammy Hori
f72a441566 Merge pull request #1797 from MunGell/format-datajson
Autoreformat the data.json file
2025-11-12 12:21:43 +00:00
Sammy Hori
d65d22f802 Autoreformat the data.json file
Mostly tab -> 4 spaces changes and indentation fixes

Co-author added as they submitted a PR which pointed out the formatting issues.

Co-authored-by: Shikha <117267724+sheechakrawarty@users.noreply.github.com>
2025-11-12 12:20:02 +00:00
Jarosław Słonecki
35d6ce5695 fix(data): change Vitest technology to TypeScript 2025-08-18 13:35:53 +02:00
Jarosław Słonecki
b768e2e2d0 Add Vitest to data.json (JavaScript; good first issue) 2025-08-17 16:27:40 +02:00
4 changed files with 83 additions and 69 deletions

View File

@@ -3,6 +3,14 @@
<!-- 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 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
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 [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

View File

@@ -6,7 +6,7 @@ on:
- main
paths:
- 'data.json'
- '.github/tpl.md'
- '.github/README-template.j2'
jobs:
build:
@@ -17,7 +17,12 @@ jobs:
run: sudo pip install jinja2
- name: Build
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
if: steps.changedCheck.outcome == 'failure'
run: |
git config --global user.name 'Shmavon Gazanchyan'
git config --global user.email 'MunGell@users.noreply.github.com'

View File

@@ -3,6 +3,14 @@
<!-- 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 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
@@ -50,6 +58,7 @@ If you would like to be guided through how to contribute to a repository on GitH
## C
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> The Julia Programming Language - A high-level, high-performance dynamic language for technical computing.
- [Profanity](https://github.com/profanity-im/profanity) _(label: good first issue)_ <br> Ncurses XMPP chat client.
## C#
@@ -64,6 +73,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [electron](https://github.com/electron/electron) _(label: good first issue)_ <br> Build cross platform desktop apps with JavaScript, HTML, and CSS
- [F3D](https://github.com/f3d-app/f3d) _(label: good first issue)_ <br> Fast and minimalist 3D viewer.
- [Godot Engine](https://github.com/godotengine/godot) _(label: good first issue)_ <br> 2D and 3D cross-platform game engine. Also has C# and Python code.
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> The Julia Programming Language - A high-level, high-performance dynamic language for technical computing.
- [MiniOB](https://github.com/oceanbase/miniob) _(label: good first issue)_ <br> MiniOB is a compact database that assists developers in understanding the fundamental workings of a database(main language is Chinese).
- [MoveIt](https://github.com/ros-planning/moveit) _(label: good first issue)_ <br> Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms.
- [projectM](https://github.com/projectM-visualizer/projectm) _(label: good first issue)_ <br> A music visualizer library using OpenGL and GLSL. Has applications using Qt5, SDL, emscripten, iTunes, Kodi.
@@ -212,9 +222,7 @@ If you would like to be guided through how to contribute to a repository on GitH
## Julia
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia
- [Julia Language: Good first issue](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> "Move like Python, Run like C" - A fresh approach to technical computing!
- [Julia Language: Help wanted](https://github.com/JuliaLang/julia) _(label: help-wanted)_ <br> "Move like Python, Run like C" - A fresh approach to technical computing!
- [Julia](https://github.com/JuliaLang/julia) _(label: good first issue)_ <br> The Julia Programming Language - A high-level, high-performance dynamic language for technical computing.
## Kotlin
@@ -277,7 +285,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Fabric](https://github.com/fabric/fabric) _(label: Low-hanging-fruit)_ <br> Pythonic remote execution and deployment.
- [FastAPI](https://github.com/tiangolo/fastapi) _(label: good first issue)_ <br> A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints.
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.
- [H2O Wave Apps](https://github.com/h2oai/wave-apps) _(label: hacktoberfest)_ <br> Sample AI Apps built with H2O Wave.
- [Harmony](https://github.com/harmonydata/harmony) _(label: Good First Issue)_ <br> Natural language processing tool for psychologists to analyse and compare datasets with AI and LLMs.<br>Up for a challenge? Try [this LLM training competition](https://harmonydata.ac.uk/doxa/) for a chance to win up to £500!
- [jarvis](https://github.com/sukeesh/Jarvis) _(label: difficulty/newcomer)_ <br> A personal assistant for Linux, MacOs and Windows based on Command line Interface.
- [Jupyter notebook](https://github.com/jupyter/notebook) _(label: good first issue)_ <br> Jupyter interactive notebook.
@@ -378,6 +385,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) _(label: good first issue)_ <br> Monorepo for all the tooling which enables ESLint to support TypeScript.
- [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good first issue)_ <br> A code editor redefined and optimized for building and debugging modern web and cloud applications.
- [Vite](https://github.com/vitejs/vite) _(label: good first issue)_ <br> Next generation frontend tooling. It's fast! Alternative to Create React App
- [Vitest](https://github.com/vitest-dev/vitest) _(label: good first issue)_ <br> A blazing fast unit test framework powered by Vite.
## Contribute
@@ -386,6 +394,8 @@ 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><td align="center"><a href="https://github.com/MixeroTN"><img src="https://avatars.githubusercontent.com/u/40803091" width="60px;" alt=""/><br/><sub><b>Michał Gołkowski</b></sub></a></td></tr></table>
## License

117
data.json
View File

@@ -206,7 +206,7 @@
"link": "https://github.com/dragonflyoss/Dragonfly2",
"label": "good first issue",
"technologies": [
"Go"
"Go"
],
"description": "Provide efficient, stable and secure file distribution and image acceleration based on p2p technology"
},
@@ -248,8 +248,8 @@
},
{
"name": "Mattermost",
"link": "https://github.com/mattermost/mattermost",
"label": "Good First Issue, Difficulty/1:Easy",
"link": "https://github.com/mattermost/mattermost",
"label": "Good First Issue, Difficulty/1:Easy",
"technologies": [
"Go",
"JavaScript"
@@ -375,7 +375,7 @@
{
"name": "XWiki",
"link": "https://jira.xwiki.org/issues",
"label": "onboarding",
"label": "onboarding",
"technologies": [
"Java"
],
@@ -552,16 +552,16 @@
],
"description": "A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates."
},
{
{
"name": "ImprovedTube",
"link": "https://github.com/code-charity/youtube",
"label": "good first issue",
"technologies": [
"JavaScript",
"CSS"
"CSS"
],
"description": "A powerful but lightweight extension, to enrich your video experience & enable your content selection."
},
"description": "A powerful but lightweight extension, to enrich your video experience & enable your content selection."
},
{
"name": "serverless",
"link": "https://github.com/serverless/serverless",
@@ -604,7 +604,7 @@
"label": "good first issue",
"technologies": [
"JavaScript",
"TypeScript"
"TypeScript"
],
"description": "Fast, reliable, and secure dependency management."
},
@@ -869,15 +869,15 @@
],
"description": "A free, fast and beautiful API request builder."
},
{
"name": "OpenCalc",
"link": "https://github.com/Darkempire78/OpenCalc",
"label": "good first issue",
"technologies": [
{
"name": "OpenCalc",
"link": "https://github.com/Darkempire78/OpenCalc",
"label": "good first issue",
"technologies": [
"Kotlin"
],
"description": "A simple and beautiful calculator for Android."
},
"description": "A simple and beautiful calculator for Android."
},
{
"name": "Time to Leave",
"link": "https://github.com/TTLApp/time-to-leave",
@@ -914,6 +914,15 @@
],
"description": "Minimalistic Vue-powered static site generator"
},
{
"name": "Vitest",
"link": "https://github.com/vitest-dev/vitest",
"label": "good first issue",
"technologies": [
"TypeScript"
],
"description": "A blazing fast unit test framework powered by Vite."
},
{
"name": "appsmith",
"link": "https://github.com/appsmithorg/appsmith",
@@ -987,32 +996,16 @@
],
"description": "Deploy any software to any cloud: automated DevOps workflows to save software teams time and money."
},
{
"name": "Julia Language: Help wanted",
"link": "https://github.com/JuliaLang/julia",
"label": "help-wanted",
"technologies": [
"Julia"
],
"description": "\"Move like Python, Run like C\" - A fresh approach to technical computing!"
},
{
"name": "Julia Language: Good first issue",
"link": "https://github.com/JuliaLang/julia",
"label": "good first issue",
"technologies": [
"Julia"
],
"description": "\"Move like Python, Run like C\" - A fresh approach to technical computing!"
},
{
"name": "Julia",
"link": "https://github.com/JuliaLang/julia",
"label": "good first issue",
"technologies": [
"Julia"
"Julia",
"C",
"C++"
],
"description": "Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia"
"description": "The Julia Programming Language - A high-level, high-performance dynamic language for technical computing."
},
{
"name": "Atrium",
@@ -1167,7 +1160,7 @@
],
"description": "An End-to-end backend server for frontend and mobile developers. 🚀"
},
{
{
"name": "FreshRSS",
"link": "https://github.com/FreshRSS/FreshRSS",
"label": "good first issue",
@@ -1626,7 +1619,7 @@
],
"description": "A tool for formatting Rust code according to style guidelines."
},
{
{
"name": "TensorZero",
"link": "https://github.com/tensorzero/tensorzero",
"label": "good-first-issue",
@@ -1887,15 +1880,6 @@
],
"description": "Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience."
},
{
"name": "H2O Wave Apps",
"link": "https://github.com/h2oai/wave-apps",
"label": "hacktoberfest",
"technologies": [
"Python"
],
"description": "Sample AI Apps built with H2O Wave."
},
{
"name": "OpenMetadata",
"link": "https://github.com/open-metadata/OpenMetadata",
@@ -2044,7 +2028,8 @@
"link": "https://github.com/activist-org/activist",
"label": "good first issue",
"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."
},
@@ -2062,7 +2047,9 @@
"name": "Manifest",
"link": "https://github.com/mnfst/manifest",
"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."
},
{
@@ -2081,7 +2068,7 @@
"technologies": [
"JavaScript",
"JSON",
"Pug"
"Pug"
],
"description": "An inventory of tools and resources that aims to help people to find everything related to CyberSecurity."
},
@@ -2093,16 +2080,16 @@
"Rust"
],
"description": "Teleconference system with a web based user interface written in Rust"
},
{
"name": "Catima - Android App",
"link": "https://github.com/CatimaLoyalty/Android",
"label": "good first issue",
"technologies": [
"Java"
],
"description": "Catima, a Loyalty Card & Ticket Manager for Android"
},
},
{
"name": "Catima - Android App",
"link": "https://github.com/CatimaLoyalty/Android",
"label": "good first issue",
"technologies": [
"Java"
],
"description": "Catima, a Loyalty Card & Ticket Manager for Android"
},
{
"name": "FastAPI",
"link": "https://github.com/tiangolo/fastapi",
@@ -2112,21 +2099,23 @@
],
"description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints."
},
{
{
"name": "Readest",
"link": "https://github.com/readest/readest",
"label": "good first issue",
"technologies": [
"Rust",
"TypeScript"
"TypeScript"
],
"description": "A modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface."
},
{
{
"name": "supabase",
"link": "https://github.com/supabase/supabase",
"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."
}
]