From 23f457a5950966d548005e32f90f89e7f36e8916 Mon Sep 17 00:00:00 2001 From: eikendev Date: Tue, 15 Feb 2022 13:18:58 +0100 Subject: [PATCH] Link to contribution guidelines --- README.md | 13 +++++++++---- SECURITY.md | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e08a4c6..f9387bf 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,18 @@ It applies only where not specified differently. The idea for this software was inspired by [Gotify](https://gotify.net/). -## 💻 Development +## 💻 Development and Contributions The source code is located on [GitHub](https://github.com/pushbits/server). -You can retrieve it by checking out the repository as follows. - +You can retrieve it by checking out the repository as follows: ```bash git clone https://github.com/pushbits/server.git ``` -Check out [the stargazers over time](https://starchart.cc/pushbits/server) for a fancy graph. +:computer: **Want to contribute?** +Before moving forward, please refer to [out contribution guidelines](CONTRIBUTING.md). + +:mailbox: **Found a security vulnerability?** +Check [this document](SECURITY.md) for information on how you can bring it to our attention. + +:star: **Like fancy graphs?** See [our stargazers over time](https://starchart.cc/pushbits/server). diff --git a/SECURITY.md b/SECURITY.md index 22ef60a..2d399ac 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -Only the latest version is supported. +Because we are a small team, only the latest version is supported. ## Reporting a Vulnerability