From fc20b81a5a934894b23458896561747331138f3c Mon Sep 17 00:00:00 2001 From: plehegar Date: Fri, 17 Jun 2022 11:20:07 -0400 Subject: [PATCH 1/3] Promote Git Commit Msg conventions --- specs.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/specs.html b/specs.html index 3b1067d..901c48a 100644 --- a/specs.html +++ b/specs.html @@ -63,7 +63,10 @@

Using GitHub for Spec Work

We can then add it to the repository.

git add index.html
-git commit -m "Add empty doc."
+git commit -m "chore: Add empty doc." +

+ Tip: consider using the conventions Git Commit Msg. +

  • From 720b509dd57a2abcd1756c5a542ef5ecccfdd9bf Mon Sep 17 00:00:00 2001 From: plehegar Date: Fri, 17 Jun 2022 11:31:46 -0400 Subject: [PATCH 2/3] Added a link to manifest commits --- specs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs.html b/specs.html index 901c48a..df4dcea 100644 --- a/specs.html +++ b/specs.html @@ -65,7 +65,7 @@

    Using GitHub for Spec Work

    git add index.html
     git commit -m "chore: Add empty doc."

    - Tip: consider using the conventions Git Commit Msg. + Tip: consider using the conventions Git Commit Msg, such as w3c/manifest commits.

  • From 53252ca4f006d80cb74841dee97e4426b032d8f1 Mon Sep 17 00:00:00 2001 From: plehegar Date: Tue, 21 Jun 2022 10:57:08 -0400 Subject: [PATCH 3/3] editorial: fixed language --- specs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs.html b/specs.html index df4dcea..b123105 100644 --- a/specs.html +++ b/specs.html @@ -65,7 +65,7 @@

    Using GitHub for Spec Work

    git add index.html
     git commit -m "chore: Add empty doc."

    - Tip: consider using the conventions Git Commit Msg, such as w3c/manifest commits. + Tip: consider using the conventions Git Commit Msg; for examples, see w3c/manifest commits.