From 73743b1237a5fbbebd2abfd5bc9d0d0518055c19 Mon Sep 17 00:00:00 2001 From: Daniel Fiala Date: Wed, 14 Aug 2024 22:53:38 +0200 Subject: [PATCH] docs(readme): added CONTRIBUTING.md to README.md --- CONTRIBUTING.md | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30042ad..8651deb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,6 +30,8 @@ Thank you for your interest in contributing to the Cloudeko Zenei Auth Service! mvn quarkus:dev ``` +
+ **Making Contributions** 1. **Fork the Repository** diff --git a/README.md b/README.md index cd06a6c..3b452b8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ It's built with [Quarkus](https://quarkus.io) and provides authentication via OA - Maybe split the oauth (external) to a separate module +## Contributing + +Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information. + ## License Zenei is licensed under the [Apache-2.0](LICENSE) license. \ No newline at end of file