Link to contribution guidelines

This commit is contained in:
eikendev 2022-02-15 13:18:58 +01:00
parent 36e8cb1ff5
commit 23f457a595
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694
2 changed files with 10 additions and 5 deletions

View file

@ -64,13 +64,18 @@ It applies only where not specified differently.
The idea for this software was inspired by [Gotify](https://gotify.net/). 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). 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 ```bash
git clone https://github.com/pushbits/server.git 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).

View file

@ -2,7 +2,7 @@
## Supported Versions ## Supported Versions
Only the latest version is supported. Because we are a small team, only the latest version is supported.
## Reporting a Vulnerability ## Reporting a Vulnerability