From c95707b08daec7ff2bbe0513f5c792cb17b30f25 Mon Sep 17 00:00:00 2001 From: hex Date: Sun, 15 Jun 2025 12:55:39 +0200 Subject: [PATCH] there we go --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b2a11a..aa8628f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ This is the backend that is supposed to glue together our frontend with our data 2. Make sure that it works everywhere. 3. Format your code, make it look nice :D 4. Make sure to add an explanation. +5. Make sure that your commit and any dependencies you add do not contain malicious code. This will be checked by maintainers. +6. Make sure that your commit follows the license of this project (GPLv3) +7. Make sure to add a license header, as can be seen in main.go to any new files in your commit. To generate a patch file, first commit your changes and then do: ```bash