Compare commits

...

8 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
78ce710906 Update README.md 2024-12-03 23:25:47 +00:00
Sammy Hori
88803b167e Merge pull request #1526 from MunGell/remove-faker
Remove faker from the data.json
2024-12-03 23:25:36 +00:00
Sammy Hori
9b1db6dfb1 Remove faker from the data.json
Due to slight inactivity but also no appropriately labelled issues.
2024-12-03 23:24:30 +00:00
Sammy Hori
23441c3a5a Merge pull request #1525 from MunGell/add-readme-edit-warning
Add warning for people editing the README.md file
2024-12-03 23:22:06 +00:00
Sammy Hori
54953bfc45 Add warning for people editing the README.md file
This may hopefully reduce the number of people who incorrectly edit the README file in a PR before realising they should edit the data.json instead.

The messages are commented out so won't appear on the README.md when rendered.
2024-12-03 23:19:11 +00:00
Shmavon Gazanchyan
bdf5d1b9a5 Update README.md 2024-12-03 23:12:48 +00:00
Sammy Hori
116334b031 Merge pull request #1524 from GabrielBianconi/patch-2
Add TensorZero to data.json
2024-12-03 23:12:33 +00:00
Gabriel Bianconi
17d42f9aef Update data.json 2024-12-02 00:35:59 -05:00
3 changed files with 20 additions and 10 deletions

View File

@@ -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 [![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.

View File

@@ -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 [![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.
@@ -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

View File

@@ -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",