From dd69931a4cec2feccf26d0d330d83b773516f6e0 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 8 May 2019 09:37:20 +0100 Subject: [PATCH] docs: Tighten up general requirements list Simplify the bullet list of general requirements in the documentation requirements document at the same time as making the wording unambiguous. Signed-off-by: James O. D. Hunt --- Documentation-Requirements.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation-Requirements.md b/Documentation-Requirements.md index 29f32405f6..b68ead8af9 100644 --- a/Documentation-Requirements.md +++ b/Documentation-Requirements.md @@ -13,8 +13,10 @@ Containers](https://github.com/kata-containers) project. # General requirements -- All documents are expected to be written in [GitHub Flavored Markdown](https://github.github.com/gfm) format. -- All documents should have the `.md` file extension. +All documents must: + +- Be written in [GitHub Flavored Markdown](https://github.github.com/gfm) format. +- Have a `.md` file extension. # Notes