From f4712b549f3c03fcaa9f2820e725095e307c57df Mon Sep 17 00:00:00 2001 From: Touko Date: Tue, 4 Jul 2023 14:05:01 +0200 Subject: [PATCH] add contributing guidelines --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5fb0a4c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing + +In order for a PR to get accepted, make sure that your branch fulfills the following requirements: + +- Docker image builds +- Changes are documented to src/openapi.json +- You've tested that the code works on each modified route +- You're polite in the PR