From bd0b81251d5a6f45e0bfe3709614e5713f3618db Mon Sep 17 00:00:00 2001 From: Jack Hodgkinson <30505104+jhodgdev@users.noreply.github.com> Date: Mon, 31 Jan 2022 12:09:59 +0000 Subject: [PATCH] began rework on meta status doc --- docs/meta/status-format.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/meta/status-format.md b/docs/meta/status-format.md index 627fce1..0b74365 100644 --- a/docs/meta/status-format.md +++ b/docs/meta/status-format.md @@ -6,12 +6,12 @@ This document specifies a format used to denote the 'status' of a spec document. Each specification document should be headed by a simple table outlining aspects of its status in relation to: -- Authorship -- Ownership -- Implementation(s) -- Specification Completeness +- Authorship: who has contributed to it? +- Ownership: who is responsible for it? +- Implementation(s): where is it used? +- Completeness: is it done yet? -This format should be used at the start of any documentation that may be considered a _technical specification_, with a related implementation. +This format should be used at the start of any documentation that may be considered a _technical specification_, with a related implementation. For anything conceptual, information regarding implementations and completeness may be omitted. ## Format