From c85178dcf01e15e6123c881df7b116153b92b67b Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Sun, 15 Jun 2025 13:58:29 +0700 Subject: [PATCH 1/2] Revert extra space removal To minimize changeset Signed-off-by: Arthit Suriyawongkul --- 7._CS_Template.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/7._CS_Template.md b/7._CS_Template.md index f979fd3..1aa9788 100644 --- a/7._CS_Template.md +++ b/7._CS_Template.md @@ -8,12 +8,12 @@ A model manuscript of a draft International Standard (known as “The Rice Model In addition, we recommend using the key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" as described in RFC 2119 - https://tools.ietf.org/html/rfc2119 - + ## Title ### Version _______ ### Status (Pre-draft, Draft, Approved) - + © _________________ This specification is subject to the Community Specification License 1.0, available at [https://github.com/CommunitySpecification/1.0](https://github.com/CommunitySpecification/1.0). @@ -42,7 +42,7 @@ Introduction i 6 Clause title 1 -Annex A (informative) +Annex A (informative) Bibliography 1 @@ -68,7 +68,7 @@ THESE MATERIALS ARE PROVIDED “AS IS.” The Contributors and Licensees express Introduction Type text. - + ## Title (Introductory element — Main element — Part : Part title) 1 Scope (mandatory) @@ -135,7 +135,7 @@ term text of the definition -4 Clause title +4 Clause title Type text. @@ -145,9 +145,9 @@ Type text. Use subclauses if required e.g. 5.1 or 5.1.1. For example: -5.1 Subclause +5.1 Subclause -5.1.1 Subclause +5.1.1 Subclause 6 Clause title From 14cc98cdfa7f37392fea8e4de4f3f5287007446b Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Tue, 24 Feb 2026 15:47:09 -0500 Subject: [PATCH 2/2] rename files for better legibility & consistent formatting --- ..._License_Agreement.md => 00-contributor-license-agreement.md | 0 ...on_License-v1.md => 01-community-specification-license-v1.md | 0 2._Scope.md => 02-scope.md | 0 3._Notices.md => 03-notices.md | 0 4._License.md => 04-license.md | 0 5._Governance.md => 05-governance.md | 0 6._Contributing.md => 06-contributing.md | 0 7._CS_Template.md => 07-spec-template.md | 0 8._Code_of_Conduct.md => 08-code-of-conduct.md | 0 Readme.md | 2 +- ..Getting Started.md => getting-started.md | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename .0_CS_Contributor_License_Agreement.md => 00-contributor-license-agreement.md (100%) rename 1._Community_Specification_License-v1.md => 01-community-specification-license-v1.md (100%) rename 2._Scope.md => 02-scope.md (100%) rename 3._Notices.md => 03-notices.md (100%) rename 4._License.md => 04-license.md (100%) rename 5._Governance.md => 05-governance.md (100%) rename 6._Contributing.md => 06-contributing.md (100%) rename 7._CS_Template.md => 07-spec-template.md (100%) rename 8._Code_of_Conduct.md => 08-code-of-conduct.md (100%) rename ..Getting Started.md => getting-started.md (100%) diff --git a/.0_CS_Contributor_License_Agreement.md b/00-contributor-license-agreement.md similarity index 100% rename from .0_CS_Contributor_License_Agreement.md rename to 00-contributor-license-agreement.md diff --git a/1._Community_Specification_License-v1.md b/01-community-specification-license-v1.md similarity index 100% rename from 1._Community_Specification_License-v1.md rename to 01-community-specification-license-v1.md diff --git a/2._Scope.md b/02-scope.md similarity index 100% rename from 2._Scope.md rename to 02-scope.md diff --git a/3._Notices.md b/03-notices.md similarity index 100% rename from 3._Notices.md rename to 03-notices.md diff --git a/4._License.md b/04-license.md similarity index 100% rename from 4._License.md rename to 04-license.md diff --git a/5._Governance.md b/05-governance.md similarity index 100% rename from 5._Governance.md rename to 05-governance.md diff --git a/6._Contributing.md b/06-contributing.md similarity index 100% rename from 6._Contributing.md rename to 06-contributing.md diff --git a/7._CS_Template.md b/07-spec-template.md similarity index 100% rename from 7._CS_Template.md rename to 07-spec-template.md diff --git a/8._Code_of_Conduct.md b/08-code-of-conduct.md similarity index 100% rename from 8._Code_of_Conduct.md rename to 08-code-of-conduct.md diff --git a/Readme.md b/Readme.md index ac90427..fa35f66 100644 --- a/Readme.md +++ b/Readme.md @@ -10,7 +10,7 @@ The Community Specification allows you to start a specification development effo ## How to get started? -Instructions for using the Community Specification are included in the ..Getting Started.md file. +Instructions for using the Community Specification are included in the getting-started.md file. ## Could I just use an open source license for my specifications? Why should I use a specification license? diff --git a/..Getting Started.md b/getting-started.md similarity index 100% rename from ..Getting Started.md rename to getting-started.md