From c1cee82cb6ae62da55d0b5d088658143b44f0e94 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 29 Jan 2022 18:26:44 +0000 Subject: [PATCH] README: Point to docs/Contribyting.md#adding-a-new-schema --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4a273c5..4d47bb7 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,14 @@ your own test service. It is hoped that in the future the code will allow for easily running in a "local only" mode, not requiring any reverse proxy or internet-valid TLS certificates. +#### New Schemas +*All* new Schema proposals **MUST** be started by opening +[an issue on GitHub](https://github.com/EDCD/EDDN/issues/new/choose). Please +consult +[docs/Contributing 'Adding a New Schema'](docs/Contributing.md#adding-a-new-schema) +for further guidelines. + + --- ---