docs: help implementer by making the implementation section less optional (#74)

This commit is contained in:
fryorcraken 2025-07-24 21:50:10 +10:00 committed by GitHub
parent 9992da00d8
commit a2f5509dd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.