From 5bfacb4bfe65003403981c96e82b316d707f554a Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Fri, 11 Apr 2025 21:55:47 -0500 Subject: [PATCH 01/21] Add CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..416f273 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +## Commits + +### πŸ” Signed Commits Required + +All contributions to this project must use **signed commits**. This is an important part of our commitment to security, +authenticity, and trust in the software we maintain. Signed commits prove that a commit actually came from you, not just +someone who knows your name and email. Without signed commits, it’s possible for malicious actors to impersonate contributors +and inject malicious code into the project. + +**Unsigned commits will be automatically blocked by our CI.** + +To learn more about commit signature verification and to make sure you're using signed commits, please read this [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). + From 4463ea83a20766dca824b5314d864e5674727f92 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:07:41 -0500 Subject: [PATCH 02/21] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 416f273..dc9bbe6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -## Commits +# Contributing ### πŸ” Signed Commits Required @@ -7,7 +7,11 @@ authenticity, and trust in the software we maintain. Signed commits prove that a someone who knows your name and email. Without signed commits, it’s possible for malicious actors to impersonate contributors and inject malicious code into the project. -**Unsigned commits will be automatically blocked by our CI.** +**Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend and re-push.** -To learn more about commit signature verification and to make sure you're using signed commits, please read this [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). +To learn more about commit signature verification and to make sure you're using signed commits, please read this +[guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). +Thank you for helping us make the open-source community safer! + +### \ No newline at end of file From f34aa9ae67754c084149ac2226ab4df3ccb62a80 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:10:11 -0500 Subject: [PATCH 03/21] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc9bbe6..73a39bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,11 +7,10 @@ authenticity, and trust in the software we maintain. Signed commits prove that a someone who knows your name and email. Without signed commits, it’s possible for malicious actors to impersonate contributors and inject malicious code into the project. -**Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend and re-push.** +> [!IMPORTANT] +> Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend and re-push. To learn more about commit signature verification and to make sure you're using signed commits, please read this [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). -Thank you for helping us make the open-source community safer! - -### \ No newline at end of file +Thank you for helping us make the open-source community safer! \ No newline at end of file From d97bd541edbe795aba631e759296dbbf4129e716 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:11:21 -0500 Subject: [PATCH 04/21] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73a39bf..44ba4e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,8 @@ someone who knows your name and email. Without signed commits, it’s possible f and inject malicious code into the project. > [!IMPORTANT] -> Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend and re-push. +> Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend it using signature +> verification. To learn more about commit signature verification and to make sure you're using signed commits, please read this [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). From f0a76c31f6f5de4def2338036ec8f69d83dc8486 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:12:21 -0500 Subject: [PATCH 05/21] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44ba4e4..85a77af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,8 +8,7 @@ someone who knows your name and email. Without signed commits, it’s possible f and inject malicious code into the project. > [!IMPORTANT] -> Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend it using signature -> verification. +> Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend it. To learn more about commit signature verification and to make sure you're using signed commits, please read this [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). From 5f1c1400dc61448dbef45e4f44e8f134a38da320 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:13:14 -0500 Subject: [PATCH 06/21] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85a77af..73a39bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ someone who knows your name and email. Without signed commits, it’s possible f and inject malicious code into the project. > [!IMPORTANT] -> Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend it. +> Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend and re-push. To learn more about commit signature verification and to make sure you're using signed commits, please read this [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). From 9c57cf5c5839c41d3232f882666063a0097730f3 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:14:50 -0500 Subject: [PATCH 07/21] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73a39bf..63a79e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,8 @@ # Contributing -### πŸ” Signed Commits Required +- [Signed Commits Required](#signed-commits-required) + +## πŸ” Signed Commits Required All contributions to this project must use **signed commits**. This is an important part of our commitment to security, authenticity, and trust in the software we maintain. Signed commits prove that a commit actually came from you, not just From b936ee19a64bac75a6fff976c9f0f0ba786ed358 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:18:08 -0500 Subject: [PATCH 08/21] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63a79e9..5820652 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ # Contributing - [Signed Commits Required](#signed-commits-required) +- [Commit Message Guidelines](#commit-message-guidelines) ## πŸ” Signed Commits Required @@ -15,4 +16,6 @@ and inject malicious code into the project. To learn more about commit signature verification and to make sure you're using signed commits, please read this [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). -Thank you for helping us make the open-source community safer! \ No newline at end of file +Thank you for helping us make the open-source community safer! + +### ✍️ Commit Message Guidelines \ No newline at end of file From 2d3521c332d541283994c5c20d597de5b8889072 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:50:59 -0500 Subject: [PATCH 09/21] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5820652..c43b688 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ # Contributing -- [Signed Commits Required](#signed-commits-required) -- [Commit Message Guidelines](#commit-message-guidelines) +- [Signed Commits](#signed-commits) +- [Commit Messages](#commit-messages) -## πŸ” Signed Commits Required +## Signed Commits All contributions to this project must use **signed commits**. This is an important part of our commitment to security, authenticity, and trust in the software we maintain. Signed commits prove that a commit actually came from you, not just @@ -18,4 +18,4 @@ To learn more about commit signature verification and to make sure you're using Thank you for helping us make the open-source community safer! -### ✍️ Commit Message Guidelines \ No newline at end of file +### Commit Messages \ No newline at end of file From c3ae7d5516cbc53668e12ccc3eb4c12db7269356 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sat, 12 Apr 2025 10:12:09 -0500 Subject: [PATCH 10/21] Add commit message and PR title guidelines Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c43b688..61ed4b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ # Contributing -- [Signed Commits](#signed-commits) -- [Commit Messages](#commit-messages) +- [Signed Commits Required](#signed-commits-required) +- [Commit Messages & PR Titles](#commit-messages-pr-titles) -## Signed Commits +## Signed Commits Required All contributions to this project must use **signed commits**. This is an important part of our commitment to security, authenticity, and trust in the software we maintain. Signed commits prove that a commit actually came from you, not just @@ -18,4 +18,34 @@ To learn more about commit signature verification and to make sure you're using Thank you for helping us make the open-source community safer! -### Commit Messages \ No newline at end of file +## Commit Messages & PR Titles + +Descriptive, well-formatted commit messages and PR titles help create a consistent experience for maintainers and +contributors. + +**All commits and PR should follow these best practices:** + +1. The subject is written using sentence case, not title case, and acronyms are written in all caps: + ``` + βœ… Make public API changes + ❌ Make public api changes + ❌ Make Public API Changes + ❌ MAKE PUBLIC API CHANGES + ``` +1. The subject is written in the imperative: + ``` + βœ… Add new file + ❌ Adds new file + ❌ Added new file + ❌ Adding new file + ``` +1. The subject does not end with a period or include unnecessary punctuation: + ``` + βœ… Refactor networking layer + ❌ Refactor networking layer. + ``` +1. The subject is ideally 50 characters or less (otherwise, 72 characters or less). +1. The subject is separated from the body with a blank line (critical unless the body is ommitted entirely). +1. The subject and body are free of whitepsace errors and typos. +1. The body uses proper punctuation and capitalization. +1. The body has a line length of 72 characters or less. From 6efb8d8ef75b2bff121a214d878a34f835ab8179 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sat, 12 Apr 2025 10:12:39 -0500 Subject: [PATCH 11/21] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61ed4b8..cc8ebb8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing - [Signed Commits Required](#signed-commits-required) -- [Commit Messages & PR Titles](#commit-messages-pr-titles) +- [Commit Messages & PR Titles](#commit-messages-+-pr-titles) ## Signed Commits Required From 69f690e0c0ecd12a028bccfc501315648edb89fe Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sat, 12 Apr 2025 10:13:07 -0500 Subject: [PATCH 12/21] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc8ebb8..898b64c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing - [Signed Commits Required](#signed-commits-required) -- [Commit Messages & PR Titles](#commit-messages-+-pr-titles) +- [Commit Messages & PR Titles](#commit-messages--pr-titles) ## Signed Commits Required From 25ff86c6f1469c7805a10d7256864ecf882a6733 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sat, 12 Apr 2025 10:17:38 -0500 Subject: [PATCH 13/21] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 898b64c..974b416 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ Thank you for helping us make the open-source community safer! Descriptive, well-formatted commit messages and PR titles help create a consistent experience for maintainers and contributors. -**All commits and PR should follow these best practices:** +**All commits and PR titles should follow these guidelines:** 1. The subject is written using sentence case, not title case, and acronyms are written in all caps: ``` From 9e6763f9aea0757c7b65d9893ad14b71ad6fac84 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sat, 12 Apr 2025 12:26:18 -0500 Subject: [PATCH 14/21] Add Code Formatting section Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 974b416..f86d793 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,19 +1,24 @@ # Contributing +- [Code Formatting](#code-formatting) - [Signed Commits Required](#signed-commits-required) - [Commit Messages & PR Titles](#commit-messages--pr-titles) +## Code Formatting + +This project uses [SwiftFormat](https://github.com/nicklockwood/SwiftFormat). + ## Signed Commits Required All contributions to this project must use **signed commits**. This is an important part of our commitment to security, authenticity, and trust in the software we maintain. Signed commits prove that a commit actually came from you, not just someone who knows your name and email. Without signed commits, it’s possible for malicious actors to impersonate contributors -and inject malicious code into the project. +and inject malicious code into the project. > [!IMPORTANT] > Unsigned commits will be automatically rejected by our CI. If you forget to sign a commit, you can amend and re-push. -To learn more about commit signature verification and to make sure you're using signed commits, please read this +To learn more about commit signature verification and to make sure you're using signed commits, please read this [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). Thank you for helping us make the open-source community safer! From 88d07468c9b480f0ca7c8090817ae16aeb47c59f Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sat, 12 Apr 2025 12:52:24 -0500 Subject: [PATCH 15/21] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f86d793..6611c3f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,19 @@ # Contributing +> [!IMPORTANT] +> PRs are merged at the discretion of this project's maintainers. If you would like to contribute to this project, +> please start by [opening an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new/choose) with a +> detailed description of your proposed changes. Adherance to all of the guidelines contained in this document does +> not guarantee a PR will be merged. + - [Code Formatting](#code-formatting) - [Signed Commits Required](#signed-commits-required) - [Commit Messages & PR Titles](#commit-messages--pr-titles) +## Issues + +The simplest way you can contribute to this project is by [opening an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new/choose). + ## Code Formatting This project uses [SwiftFormat](https://github.com/nicklockwood/SwiftFormat). From 1c0dbe5be0a9bb9290fdaaa258373ddee796bf2b Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sat, 12 Apr 2025 15:19:04 -0500 Subject: [PATCH 16/21] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6611c3f..1468c39 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,24 @@ # Contributing > [!IMPORTANT] -> PRs are merged at the discretion of this project's maintainers. If you would like to contribute to this project, -> please start by [opening an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new/choose) with a -> detailed description of your proposed changes. Adherance to all of the guidelines contained in this document does -> not guarantee a PR will be merged. +> PRs are merged at the discretion of the project's maintainers. If you would like to contribute to this project, +> please first [open an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new/choose) with a detailed +> description of your proposed changes. This allows us to discuss implementation, alternatives, etc. and saves everyone +> from needless back and forth and wasted time that can arise when PRs are created without prior discussion. +> +> After you've created an issue, please read through the guidelines in this document carefully before implementing any +> changes. +> +> Thank you for helping us make this project the best it can be! +- [Issues](#issues) - [Code Formatting](#code-formatting) - [Signed Commits Required](#signed-commits-required) - [Commit Messages & PR Titles](#commit-messages--pr-titles) ## Issues -The simplest way you can contribute to this project is by [opening an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new/choose). +You do not need to have a specific solution or implementation in mind to [open an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new/choose). ## Code Formatting From b2285251851dfbcca6eec8a3f4cefea920024b9b Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sat, 12 Apr 2025 15:23:47 -0500 Subject: [PATCH 17/21] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1468c39..96e58f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,15 +11,10 @@ > > Thank you for helping us make this project the best it can be! -- [Issues](#issues) - [Code Formatting](#code-formatting) - [Signed Commits Required](#signed-commits-required) - [Commit Messages & PR Titles](#commit-messages--pr-titles) -## Issues - -You do not need to have a specific solution or implementation in mind to [open an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new/choose). - ## Code Formatting This project uses [SwiftFormat](https://github.com/nicklockwood/SwiftFormat). From a5e75a069bd2e9877220f57d699bb4c264c49071 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sun, 13 Apr 2025 14:24:50 -0500 Subject: [PATCH 18/21] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96e58f1..f4bdd09 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,24 +1,22 @@ # Contributing > [!IMPORTANT] -> PRs are merged at the discretion of the project's maintainers. If you would like to contribute to this project, +> PRs are merged at the discretion of the project's maintainers. If you would like to contribute code to this project, > please first [open an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new/choose) with a detailed > description of your proposed changes. This allows us to discuss implementation, alternatives, etc. and saves everyone > from needless back and forth and wasted time that can arise when PRs are created without prior discussion. > > After you've created an issue, please read through the guidelines in this document carefully before implementing any > changes. +> +> By opening an issue or contributing code to this project, you agree to follow our +> [Code of Conduct](https://github.com/fetch-rewards/SwiftSyntaxSugar/blob/main/CODE_OF_CONDUCT.md). > > Thank you for helping us make this project the best it can be! -- [Code Formatting](#code-formatting) - [Signed Commits Required](#signed-commits-required) - [Commit Messages & PR Titles](#commit-messages--pr-titles) -## Code Formatting - -This project uses [SwiftFormat](https://github.com/nicklockwood/SwiftFormat). - ## Signed Commits Required All contributions to this project must use **signed commits**. This is an important part of our commitment to security, From c60410a0b4c84f5e1ed198bb5dc78494620cc363 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sun, 13 Apr 2025 14:46:27 -0500 Subject: [PATCH 19/21] Update issue creation link Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4bdd09..46389b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ > [!IMPORTANT] > PRs are merged at the discretion of the project's maintainers. If you would like to contribute code to this project, -> please first [open an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new/choose) with a detailed +> please first [open an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new) with a detailed > description of your proposed changes. This allows us to discuss implementation, alternatives, etc. and saves everyone > from needless back and forth and wasted time that can arise when PRs are created without prior discussion. > From bdcebea2e100fa44a5b2a1a07f41a500e1373016 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Sun, 13 Apr 2025 15:12:21 -0500 Subject: [PATCH 20/21] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46389b1..d7ade1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ > [!IMPORTANT] > PRs are merged at the discretion of the project's maintainers. If you would like to contribute code to this project, -> please first [open an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new) with a detailed -> description of your proposed changes. This allows us to discuss implementation, alternatives, etc. and saves everyone -> from needless back and forth and wasted time that can arise when PRs are created without prior discussion. +> please first [open an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new) with a detailed description +> of your proposed changes. This allows us to discuss implementation, alternatives, etc. and saves everyone from needless +> back and forth and wasted time that can arise when PRs are created without prior discussion. > > After you've created an issue, please read through the guidelines in this document carefully before implementing any > changes. From 68f06d4b2e2666fe1786cadcc3a276d128bd84a9 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Thu, 17 Apr 2025 15:10:16 -0500 Subject: [PATCH 21/21] Update CONTRIBUTING.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7ade1b..93d80f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,8 @@ > [!IMPORTANT] > PRs are merged at the discretion of the project's maintainers. If you would like to contribute code to this project, > please first [open an issue](https://github.com/fetch-rewards/SwiftSyntaxSugar/issues/new) with a detailed description -> of your proposed changes. This allows us to discuss implementation, alternatives, etc. and saves everyone from needless -> back and forth and wasted time that can arise when PRs are created without prior discussion. +> of your proposed changes. This allows us to discuss implementation, alternatives, etc. and avoid wasting time dealing +> with the inefficient back and forth that can arise when PRs are created without prior discussion. > > After you've created an issue, please read through the guidelines in this document carefully before implementing any > changes.