diff --git a/specs.html b/specs.html index 3b1067d..b123105 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; for examples, see w3c/manifest commits. +