18 Commits

Author SHA1 Message Date
Shmavon Gazanchyan d7cf317e5c Update README.md 2026-04-04 01:47:46 +00:00
Sammy Hori ca1cacd118 Merge pull request #1982 from MunGell/remove-react-server
Remove React server from the data.json for inactivity
2026-04-04 02:47:37 +01:00
Shmavon Gazanchyan 0bde0bb12c Update README.md 2026-04-04 01:46:47 +00:00
Sammy Hori 16baac05fb Merge pull request #1983 from MunGell/remove-react-cont-load
Remove React-content-loader from the data.json for inactivity
2026-04-04 02:46:37 +01:00
Sammy Hori 1a8e3b5f52 Remove React-content-loader from the data.json for inactivity
The last commit was a year ago
2026-04-04 02:45:26 +01:00
Sammy Hori ce731e5067 Remove React server from the data.json for inactivity
The last commit was over 6 years ago
2026-04-04 02:43:52 +01:00
Sammy Hori b7d05f3bd8 Merge pull request #1897 from This-Is-Ram/add-link-checker
Feat: Add automated link checker workflow
2026-04-04 02:29:03 +01:00
Sammy Hori 07cb700e03 Remove exclude-mail arg in .github/workflows/link-check.yml 2026-04-04 02:28:39 +01:00
Sammy Hori 227ff64349 Change lychee-action version in .github/workflows/link-check.yml 2026-04-04 02:26:40 +01:00
Shmavon Gazanchyan 9238a930fe Update README.md 2026-04-04 00:31:32 +00:00
Sammy Hori 3a4ea28217 Merge pull request #1981 from MunGell/remove-orgmanager
Remove OrgManager from the data.json for inactivity
2026-04-04 01:31:21 +01:00
Sammy Hori 839b16b314 Remove OrgManager from the data.json for inactivity
The last commit to the default branch was 7 years ago
2026-04-04 01:30:27 +01:00
Shmavon Gazanchyan 65a39e6309 Update README.md 2026-04-04 00:24:38 +00:00
Sammy Hori cd89ccb1a6 Merge pull request #1945 from kalix-pdf/patch-1
Add SigNoz to the data.json
2026-04-04 01:24:28 +01:00
Sammy Hori bbb5b9f584 Merge pull request #1980 from MunGell/contributing-guide-improvements
Fix grammar and spelling in CONTRIBUTING.md
2026-04-04 01:19:31 +01:00
Sammy Hori 53ffce2c26 Fix grammar and spelling in CONTRIBUTING.md
Co-authored-by: Misrilal Sah <misrilalsah09@gmail.com>
2026-04-04 01:15:10 +01:00
Jake f596f92ae7 Update data.json
added a new open-source project "SigNoz"
2026-03-18 21:40:47 +08:00
unknown 4b5e4b6da5 Feat: add GitHub Action for automatic link checking (closes #1786) 2026-02-04 16:43:51 +05:30
4 changed files with 38 additions and 32 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Link Checker
on:
pull_request:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Lychee link checker
uses: lycheeverse/lychee-action@v2
with:
args: >
--verbose
--no-progress
--timeout 10
data.json
+2 -2
View File
@@ -8,7 +8,7 @@ It outlines the recommended order for executing tasks and assumes that you have
_Please note that the list in this repository is intended for more substantial projects, and we kindly ask that small personal projects not be added in the hope of receiving contributions. Thank you for your understanding._
## Intitial Checks
## Initial Checks
- **Search for Duplicates**: Check the current list and previous pull requests to avoid submitting duplicates.
@@ -43,7 +43,7 @@ The easiest way to contribute is by editing the `data.json` file directly in you
### 2. **Submitting a Pull Request (PR)**
1. After proposing changes, GitHub will guide you through creating a PR.
2. Fill out the PR form, ensuring its content (especially the title) is understandable, descriptive and relevant.
3. If your suggest repository uses a non-obvious beginner-friendly issue label, ensure to link to confirmation or proof that the label is beginner friendly.
3. If your suggested repository uses a non-obvious beginner-friendly issue label, link confirmation or proof that the label is beginner-friendly.
4. Submit the PR and wait for feedback from the maintainers.
---
+2 -3
View File
@@ -120,6 +120,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Moby](https://github.com/moby/moby) _(label: exp/beginner)_ <br> Open-source application container engine
- [PureLB](https://gitlab.com/purelb/purelb) _(label: n/a)_ <br> Load-balancer orchestrator for Kubernetes that uses standard Linux networking and routing protocols.
- [script](https://github.com/bitfield/script) _(label: good first issue)_ <br> A Go library for doing the kind of tasks that shell scripts are good at: reading files, executing subprocesses, counting lines, matching strings, and so on. Beginners are very welcome and will get detailed code review and help through the PR process.
- [SigNoz](https://github.com/SigNoz/signoz) _(label: good first issue)_ <br> An Open Source observability platform that monitors your applications and services. It comes with out-of-box charts for key application metrics like p99 latency, error rate, Apdex, and operations per second. You can also monitor the database and external calls made from your application.
- [Terraform](https://github.com/hashicorp/terraform) _(label: good first issue)_ <br> A tool for building, changing, and versioning infrastructure safely and efficiently.
- [TiDB](https://github.com/pingcap/tidb) _(label: good first issue)_ <br> A distributed scalable Hybrid Transactional and Analytical Processing (HTAP) database
- [utils](https://github.com/kashifkhan0771/utils) _(label: good first issue)_ <br> Common Utilities library for Go
@@ -193,8 +194,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Rawsec Cybersecurity Inventory](https://gitlab.com/rawsec/rawsec-cybersecurity-list) _(label: difficulty::easy)_ <br> An inventory of tools and resources that aims to help people to find everything related to CyberSecurity.
- [React](https://github.com/facebook/react) _(label: good first issue)_ <br> A declarative, efficient, and flexible JavaScript library for building user interfaces.
- [React Native](https://github.com/facebook/react-native) _(label: Good-first-issue)_ <br> A framework for building native apps with React.
- [React server](https://github.com/redfin/react-server) _(label: good-first-contribution)_ <br> React framework with server render for blazing fast page load and seamless transitions between pages in the browser.
- [React-content-loader](https://github.com/danilowoz/create-content-loader) _(label: good first issue)_ <br> Tool to create your own react-content-loader easily.
- [ReactiveSearch](https://github.com/appbaseio/reactivesearch) _(label: good first issue-:wave:)_ <br> A UI components library for Elasticsearch: Available for React, Vue and React Native.
- [reactjs.org](https://github.com/reactjs/react.dev) _(label: good first issue)_ <br> The documentation website for reactjs
- [serverless](https://github.com/serverless/serverless) _(label: good first issue)_ <br> The Serverless Framework
@@ -259,7 +258,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Matomo](https://github.com/matomo-org/matomo) _(label: help-wanted)_ <br> Matomo is the leading Free/Libre open analytics platform.
- [MediaWiki](https://phabricator.wikimedia.org/maniphest/query/4Q5_qR51u_oz/#R) _(label: n/a)_ <br> The free and open-source wiki software package that powers Wikipedia.
- [NextCloud Server](https://github.com/nextcloud/server) _(label: good first issue)_ <br> Nextcloud server, a safe home for all your data.
- [OrgManager](https://github.com/orgmanager/orgmanager) _(label: beginners-only)_ <br> Supercharge your GitHub organizations!
- [PHP Censor](https://github.com/php-censor/php-censor) _(label: good-for-beginner)_ <br> Open source self-hosted continuous integration server for PHP projects.
- [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) _(label: newbie)_ <br> Admin interface for MySQL written in PHP.
- [PrestaShop](https://github.com/PrestaShop/PrestaShop) _(label: good first issue)_ <br> The open source ecommerce solution to start your online business and start selling online.
@@ -380,6 +378,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Oppia](https://github.com/oppia/oppia) _(label: good first issue)_ <br> Oppia is an open-source project whose aim is to empower learners across the globe by providing access to high-quality, engaging education. We envision a society in which access to high-quality education is a human right rather than a privilege.
- [Readest](https://github.com/readest/readest) _(label: good first issue)_ <br> A modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface.
- [reatom](https://github.com/artalar/reatom) _(label: good first issue)_ <br> Reatom is declarative and reactive state manager, designed for both simple and complex applications.
- [SigNoz](https://github.com/SigNoz/signoz) _(label: good first issue)_ <br> An Open Source observability platform that monitors your applications and services. It comes with out-of-box charts for key application metrics like p99 latency, error rate, Apdex, and operations per second. You can also monitor the database and external calls made from your application.
- [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_ <br> Storybook is a frontend workshop for building UI components and pages in isolation.
- [supabase](https://github.com/supabase/supabase) _(label: good first issue)_ <br> The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
- [tinyhttp](https://github.com/talentlessguy/tinyhttp) _(label: good first issue)_ <br> A 0-legacy, tiny & fast web framework as a replacement of Express.
+10 -27
View File
@@ -590,15 +590,6 @@
],
"description": "A framework for building native apps with React."
},
{
"name": "React server",
"link": "https://github.com/redfin/react-server",
"label": "good-first-contribution",
"technologies": [
"JavaScript"
],
"description": "React framework with server render for blazing fast page load and seamless transitions between pages in the browser."
},
{
"name": "Berry - Active development trunk for Yarn",
"link": "https://github.com/yarnpkg/berry",
@@ -780,15 +771,6 @@
],
"description": "A compiler for writing next generation JavaScript."
},
{
"name": "React-content-loader",
"link": "https://github.com/danilowoz/create-content-loader",
"label": "good first issue",
"technologies": [
"JavaScript"
],
"description": "Tool to create your own react-content-loader easily."
},
{
"name": "netlify-cms",
"link": "https://github.com/netlify/netlify-cms",
@@ -1090,15 +1072,6 @@
],
"description": "Matomo is the leading Free/Libre open analytics platform."
},
{
"name": "OrgManager",
"link": "https://github.com/orgmanager/orgmanager",
"label": "beginners-only",
"technologies": [
"PHP"
],
"description": "Supercharge your GitHub organizations!"
},
{
"name": "PHP Censor",
"link": "https://github.com/php-censor/php-censor",
@@ -1862,6 +1835,16 @@
],
"description": "End-to-end encryption and mutual authentication for distributed applications."
},
{
"name": "SigNoz",
"link": "https://github.com/SigNoz/signoz",
"label": "good first issue",
"technologies": [
"TypeScript",
"Go"
],
"description": "An Open Source observability platform that monitors your applications and services. It comes with out-of-box charts for key application metrics like p99 latency, error rate, Apdex, and operations per second. You can also monitor the database and external calls made from your application."
},
{
"name": "H2O Wave",
"link": "https://github.com/h2oai/wave",