From a5fa6dc3633505282498ac387e1fb09685e615ac Mon Sep 17 00:00:00 2001 From: ivy Date: Sun, 3 Sep 2023 20:07:31 -0700 Subject: [PATCH 1/6] docs: enforce conventional commits in `contributing.md` --- contributing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributing.md b/contributing.md index 2596c13..144b514 100644 --- a/contributing.md +++ b/contributing.md @@ -1,3 +1,8 @@ +### Follow Conventional Commits + +This repository enforces [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). +Please follow the convention when writing commit messages. + ### Write a meaningful title We ask you to write a short and meaningful title while going into more detail From ba7278103409d83b3759d48be9b7f03c17db9526 Mon Sep 17 00:00:00 2001 From: ivy Date: Sun, 3 Sep 2023 20:14:48 -0700 Subject: [PATCH 2/6] style: deno lint --- contributing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 144b514..a038269 100644 --- a/contributing.md +++ b/contributing.md @@ -1,7 +1,8 @@ ### Follow Conventional Commits -This repository enforces [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). -Please follow the convention when writing commit messages. +This repository enforces +[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Please +follow the convention when writing commit messages. ### Write a meaningful title From 49e96b88147569cbffeaebfa81b851aeeb519266 Mon Sep 17 00:00:00 2001 From: ivy Date: Sat, 9 Sep 2023 11:48:34 -0700 Subject: [PATCH 3/6] docs: enforce cc for pull requests and issues only --- contributing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index a038269..77a341c 100644 --- a/contributing.md +++ b/contributing.md @@ -1,8 +1,9 @@ ### Follow Conventional Commits This repository enforces -[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Please -follow the convention when writing commit messages. +[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). For +writing pull request titles and as well as issues. Please follow the +convention when writing them. ### Write a meaningful title From 9681bf07afc37e10060caf9889be22a03f0baa00 Mon Sep 17 00:00:00 2001 From: ivy Date: Sat, 9 Sep 2023 11:58:13 -0700 Subject: [PATCH 4/6] style: fix wrap --- contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 77a341c..660f68b 100644 --- a/contributing.md +++ b/contributing.md @@ -2,8 +2,8 @@ This repository enforces [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). For -writing pull request titles and as well as issues. Please follow the -convention when writing them. +writing pull request titles and as well as issues. Please follow the convention +when writing them. ### Write a meaningful title From a1fc50ea078aae3fac9ccfe54203a3d51c5f0bdb Mon Sep 17 00:00:00 2001 From: ivy Date: Sat, 9 Sep 2023 14:55:48 -0700 Subject: [PATCH 5/6] fix: wording --- contributing.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/contributing.md b/contributing.md index 660f68b..e7f5106 100644 --- a/contributing.md +++ b/contributing.md @@ -1,9 +1,8 @@ ### Follow Conventional Commits -This repository enforces -[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). For -writing pull request titles and as well as issues. Please follow the convention -when writing them. +This repository enforces the +[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) +specification for for composing titles for pull requests as well as for issues. ### Write a meaningful title From fbc47a822e13580d2c60853877ff412bce4f1922 Mon Sep 17 00:00:00 2001 From: ivy Date: Thu, 14 Sep 2023 09:03:40 -0700 Subject: [PATCH 6/6] fix: grammar --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index e7f5106..a1f37d8 100644 --- a/contributing.md +++ b/contributing.md @@ -2,7 +2,7 @@ This repository enforces the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) -specification for for composing titles for pull requests as well as for issues. +specification for writing pull requests and issues titles. ### Write a meaningful title