From 6941108cdbcbd975df0094c36b241aded7936915 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 28 Nov 2025 16:14:09 +0100 Subject: [PATCH] Add minimal contribution section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cb0c19990..a11dc6955 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,11 @@ puts "VAPID_PUBLIC_KEY=#{vapid_key.public_key}" This gem depends on some private git repositories and it is not meant to be used by third parties. But we hope it can serve as inspiration for anyone wanting to run fizzy on their own infrastructure. + +## Contributing + +We welcome contributions! Please read our [style guide](STYLE.md) before submitting code. + ## License Fizzy is released under the [O'Saasy License](LICENSE.md).