From 7c6b048dc19e5d1f594c9a97a8924aacd7638b78 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 20 Jan 2025 00:31:44 +0100 Subject: [PATCH 1/5] pull_request_template tell about rules Signed-off-by: Jan Kowalleck --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c8479ecb..0cdb0ab2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,8 @@ Thank you for taking the time to develop and contribute a core enhancement or fi We kindly request that you create pull requests only for things that have been discussed in a ticket first; exceptions may be made for spelling or grammar fixe. Please have the related ticket/issue ID ready. If there is none, feel free to create a new ticket: https://github.com/CycloneDX/specification/issues/new/choose + +Read more about the process here: https://cyclonedx.org/participate/standardization-process/#working-model --> From b431705dfd08645e6e7d558232056e10b589351b Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 20 Jan 2025 00:45:18 +0100 Subject: [PATCH 3/5] Update pull_request_template.md Signed-off-by: Jan Kowalleck --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 28848d52..aaf7ad17 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,7 +17,7 @@ Example: > > fixes #485 -Or, in case this is a spellinggrammar improvement, please write a brief description. +Or, in case this is a spelling/grammar improvement, please write a brief description. Example: > Fixe typo: license (noun; AE) -> licence (noun; BE) From 92dc9aac1e5fef912a068878e5548d9a53f03692 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 20 Jan 2025 00:52:31 +0100 Subject: [PATCH 4/5] Update pull_request_template.md Signed-off-by: Jan Kowalleck --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aaf7ad17..86a7b9d8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,6 +19,6 @@ Example: Or, in case this is a spelling/grammar improvement, please write a brief description. Example: -> Fixe typo: license (noun; AE) -> licence (noun; BE) +> Fixe typo: color (AE) -> colour (BE) --> From 885e84a34f4ee5d7add3b37737cc7e4ce9b4d21d Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 20 Jan 2025 00:56:13 +0100 Subject: [PATCH 5/5] Update pull_request_template.md Signed-off-by: Jan Kowalleck --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 86a7b9d8..3eeed837 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,8 +17,8 @@ Example: > > fixes #485 -Or, in case this is a spelling/grammar improvement, please write a brief description. +In case this is for a spelling or grammar improvement, please provide a brief description. Example: -> Fixe typo: color (AE) -> colour (BE) +> Fixe typo: color(AE) -> colour(BE) -->