From 75d292cbb557f7e327fba5d6e9413f7acf8a3851 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 28 Apr 2025 10:50:17 +0100 Subject: Create FUNDING.yml --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..c0d6816 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [lowercasename] -- cgit v1.2.3 From 2734ca37953409a3e18969ba37e67f30ed5fb685 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 28 Apr 2025 10:53:29 +0100 Subject: Add contributors section to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f30355a..12d63a0 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,13 @@ You can use the flagship publicly hosted version [here](https://gath.io). # Documentation To learn more about how to use Gathio, or how to set up your own instance, vist our [documentation site](https://docs.gath.io). If the site isn't working, the source documentation files are in the [`docs/` directory](https://github.com/lowercasename/gathio/tree/main/docs). + +# Contributors + +These amazing people have helped build and support Gathio! + + + + + +Made with [contrib.rocks](https://contrib.rocks). -- cgit v1.2.3 From e6ac945fb1cf44fd42617bb241f31623e956a066 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 28 Apr 2025 10:54:14 +0100 Subject: Remove deploy CI badge from README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 12d63a0..91647d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # gathio -| [![Build status](https://github.com/lowercasename/gathio/actions/workflows/ci.yaml/badge.svg)](https://github.com/lowercasename/gathio/actions/workflows/ci.yaml) | [![Build status](https://github.com/lowercasename/gathio/actions/workflows/deploy.yaml/badge.svg)](https://github.com/lowercasename/gathio/actions/workflows/deploy.yaml) | -| ---- | ---- | +[![Build status](https://github.com/lowercasename/gathio/actions/workflows/ci.yaml/badge.svg)](https://github.com/lowercasename/gathio/actions/workflows/ci.yaml) A simple, federated, privacy-first event hosting platform. -- cgit v1.2.3