From a2f5509dd0fe6aa248db1d485c75cb4fdc6b61d4 Mon Sep 17 00:00:00 2001 From: fryorcraken <110212804+fryorcraken@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:50:10 +1000 Subject: [PATCH] docs: help implementer by making the implementation section less optional (#74) --- 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.