mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-25 12:58:17 -08:00
Compare commits
8 Commits
346fd9fac5
...
78ce710906
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78ce710906 | ||
|
|
88803b167e | ||
|
|
9b1db6dfb1 | ||
|
|
23441c3a5a | ||
|
|
54953bfc45 | ||
|
|
bdf5d1b9a5 | ||
|
|
116334b031 | ||
|
|
17d42f9aef |
5
.github/README-template.j2
vendored
5
.github/README-template.j2
vendored
@@ -1,3 +1,8 @@
|
||||
<!-- DO NOT EDIT THIS FILE (README.md) -->
|
||||
<!-- ALL ENTRIES SHOULD BE IN TO THE data.json -->
|
||||
<!-- SEE THE CONTRIBUTING GUIDE (CONTRIBUTING.md) FOR MORE GUIDANCE -->
|
||||
<!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING THE TEMPLATE -->
|
||||
|
||||
# Awesome First PR Opportunities [](https://github.com/sindresorhus/awesome)
|
||||
|
||||
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
<!-- DO NOT EDIT THIS FILE (README.md) -->
|
||||
<!-- ALL ENTRIES SHOULD BE IN TO THE data.json -->
|
||||
<!-- SEE THE CONTRIBUTING GUIDE (CONTRIBUTING.md) FOR MORE GUIDANCE -->
|
||||
<!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING THE TEMPLATE -->
|
||||
|
||||
# Awesome First PR Opportunities [](https://github.com/sindresorhus/awesome)
|
||||
|
||||
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
|
||||
@@ -319,7 +324,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome
|
||||
- [bolt](https://github.com/puppetlabs/bolt) _(label: Beginner-Friendly)_ <br> Bolt is a Ruby command-line tool for executing commands, scripts, and tasks on remote systems using SSH and WinRM.
|
||||
- [chatwoot](https://github.com/chatwoot/chatwoot) _(label: good first issue)_ <br> Opensource customer support platform which can be an alternative to Intercom, Zendesk, Drift, Crisp etc.
|
||||
- [chef](https://github.com/chef/chef) _(label: Type:-Jump-In)_ <br> A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
|
||||
- [Faker](https://github.com/faker-ruby/faker) _(label: good first issue)_ <br> Faker is a Ruby library for generating fake data such as names, addresses, and phone numbers.
|
||||
- [Hanami](https://github.com/hanami/hanami) _(label: easy)_ <br> A modern framework for Ruby.
|
||||
- [JRuby](https://github.com/jruby/jruby) _(label: beginner)_ <br> An implementation of Ruby on the Java Virtual Machine.
|
||||
- [mapknitter](https://github.com/publiclab/mapknitter) _(label: first-timers-only)_ <br> Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print.
|
||||
@@ -343,6 +347,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
|
||||
- [Rustfmt](https://github.com/rust-lang-nursery/rustfmt) _(label: good first issue)_ <br> A tool for formatting Rust code according to style guidelines.
|
||||
- [Servo](https://github.com/servo/servo) _(label: E-easy)_ <br> A browser engine designed for applications including embedded use.
|
||||
- [Sniffnet](https://github.com/GyulyVGC/sniffnet) _(label: good first issue)_ <br> Application to comfortably monitor network traffic.
|
||||
- [TensorZero](https://github.com/tensorzero/tensorzero) _(label: good-first-issue)_ <br> TensorZero creates a feedback loop for optimizing LLM applications — turning production data into smarter, faster, and cheaper models.
|
||||
- [TiKV](https://github.com/tikv/tikv) _(label: difficulty/easy)_ <br> A distributed transactional key-value database
|
||||
- [Veloren](https://gitlab.com/veloren/veloren/-/issues?label_name[]=beginner) _(label: n/a)_ <br> Veloren is a multiplayer voxel RPG written in Rust.
|
||||
- [zoom-rs](https://github.com/security-union/zoom-rs) _(label: good first issue)_ <br> Teleconference system with a web based user interface written in Rust
|
||||
|
||||
18
data.json
18
data.json
@@ -1689,15 +1689,6 @@
|
||||
],
|
||||
"description": "Ruby on Rails (Rails) is an open source web application framework written in Ruby."
|
||||
},
|
||||
{
|
||||
"name": "Faker",
|
||||
"link": "https://github.com/faker-ruby/faker",
|
||||
"label": "good first issue",
|
||||
"technologies": [
|
||||
"Ruby"
|
||||
],
|
||||
"description": "Faker is a Ruby library for generating fake data such as names, addresses, and phone numbers."
|
||||
},
|
||||
{
|
||||
"name": "Servo",
|
||||
"link": "https://github.com/servo/servo",
|
||||
@@ -1734,6 +1725,15 @@
|
||||
],
|
||||
"description": "An extensible, concurrent web framework for Rust"
|
||||
},
|
||||
{
|
||||
"name": "TensorZero",
|
||||
"link": "https://github.com/tensorzero/tensorzero",
|
||||
"label": "good-first-issue",
|
||||
"technologies": [
|
||||
"Rust"
|
||||
],
|
||||
"description": "TensorZero creates a feedback loop for optimizing LLM applications — turning production data into smarter, faster, and cheaper models."
|
||||
},
|
||||
{
|
||||
"name": "TiKV",
|
||||
"link": "https://github.com/tikv/tikv",
|
||||
|
||||
Reference in New Issue
Block a user