From 3a2b1d03097376fbaf400c2e7f55a1fac9919294 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 29 Jan 2022 18:31:02 +0000 Subject: [PATCH] docs/Contributing: Reference schema template files --- docs/Contributing.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/Contributing.md b/docs/Contributing.md index 5b55b52..2a2cddc 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -161,7 +161,12 @@ several things you should consider: in order to propose the new Schema. If a consensus appears to have been reached in comments therein then start work on a Pull Request. -7. There must be at least one working Sender implementation before the Pull +7. Consult + [the template for new Journal-based schemas](../schemas/TEMPLATES/journalevent-v1.0.json) + and [its README template](../schemas/TEMPLATES/journalevent-README.md) for + an outline and some further guidance. + +8. There must be at least one working Sender implementation before the Pull Request for a new Schema will be merged into the Live service. Experience has demonstrated that there are often caveats and gotchas discovered during the development of a Sender for a new Schema.