From 588f81ff4de442a3355258879ead528d8ba22178 Mon Sep 17 00:00:00 2001 From: Warren Parad Date: Sun, 10 Dec 2023 12:34:29 +0100 Subject: [PATCH] Improve contribution guide. --- contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.md b/contributing.md index d5858ef..a0f5ab5 100644 --- a/contributing.md +++ b/contributing.md @@ -51,6 +51,7 @@ podman stop $CID && podman rm $CID * [ ] Automatic fallback to cache * [ ] In memory caching for authorization checks - memoize * [ ] Unsigned int for all limits +* [ ] readonly properties are never specified as required for request bodies * [ ] Update Documentation for the API * [ ] Validate all enums are enums and can be null when they should be. * [ ] Remove LocalHost from the docs