From 3c28dfe94b0f3689921238c09680ff4d82d165cd Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 22 Jul 2025 15:18:19 +1000 Subject: [PATCH] Help implementer by making the implementation section less optional --- template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/template.md b/template.md index 00c0793..93dcc91 100644 --- a/template.md +++ b/template.md @@ -47,8 +47,10 @@ Parts that are not specified here are considered implementation details. Implementors are free to decide on how to implement these details. -## Implementation Suggestions (optional) -An optional *implementation suggestions* section may provide suggestions on how to approach implementation details, and, +## Implementation Suggestions +An *implementation suggestions* section may provide suggestions on how to approach implementation details, +as well as more context an implementer may need to be aware off when proceeding with the implementation. + if available, point to existing implementations for reference.