From 98ba8f127274c4d4635adec8073fbfbf013edb31 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:12:23 -0500 Subject: [PATCH 1/7] Create pull_request_template.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- .github/pull_request_template.md | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a785ccb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,58 @@ +## ๐Ÿ“ Summary + + + +## ๐Ÿ› ๏ธ Type of Change + + + +- [ ] Bug fix (change that fixes an issue) +- [ ] New feature (change that adds functionality) +- [ ] Breaking change (bug fix or feature that is not backwards compatible) +- [ ] Documentation (DocC, API docs, markdown files, templates, etc.) +- [ ] Testing (new tests, updated tests, etc.) +- [ ] Refactoring or formatting (no logic changes) +- [ ] CI/CD (changes to automated workflows) + +## ๐Ÿงช How Has This Been Tested? + + + +- [ ] New unit tests added +- [ ] Existing test suite passes + +## ๐Ÿ”— Related PRs or Issues + + + + + +## ๐Ÿ“ธ Screenshots / Output + + + +## โœ… Checklist + + + +- [ ] I have added relevant tests +- [ ] I have verified all tests pass +- [ ] I have formatted my code using `SwiftFormat` +- [ ] I have updated documentation (if needed) +- [ ] I have added the appropriate label to my PR +- [ ] I have read the [contributing guidelines](https://github.com/fetch-rewards/SwiftSyntaxSugar/blob/main/CONTRIBUTING.md) +- [ ] I agree to follow this project's [Code of Conduct](https://github.com/fetch-rewards/SwiftSyntaxSugar/blob/main/CODE_OF_CONDUCT.md) From 08202aaf31a5fb54c824de8dcaa8f4707961fad6 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:16:25 -0500 Subject: [PATCH 2/7] Update pull_request_template.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- .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 a785ccb..8c13b07 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,7 +11,7 @@ - [ ] Breaking change (bug fix or feature that is not backwards compatible) - [ ] Documentation (DocC, API docs, markdown files, templates, etc.) - [ ] Testing (new tests, updated tests, etc.) -- [ ] Refactoring or formatting (no logic changes) +- [ ] Refactoring or code formatting (no logic changes) - [ ] CI/CD (changes to automated workflows) ## ๐Ÿงช How Has This Been Tested? From be0fe5cb9850397f89bdc5948af576cdc77ecbfc Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:35:52 -0500 Subject: [PATCH 3/7] Update pull_request_template.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- .github/pull_request_template.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8c13b07..50a232a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,9 @@ ## ๐Ÿ“ Summary - + ## ๐Ÿ› ๏ธ Type of Change @@ -16,14 +19,15 @@ ## ๐Ÿงช How Has This Been Tested? +- [ ] New unit tests added +- [ ] Existing test suite passes + -- [ ] New unit tests added -- [ ] Existing test suite passes - ## ๐Ÿ”— Related PRs or Issues -## ๐Ÿ“ธ Screenshots / Output - - - ## โœ… Checklist From d77a5006d5261607637ecf4f241f144d54dd90ba Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:38:25 -0500 Subject: [PATCH 4/7] Update pull_request_template.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- .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 50a232a..f93dce1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ ## ๐Ÿ› ๏ธ Type of Change @@ -25,7 +25,7 @@ Include any screenshots, logs, or terminal output you think would be useful to r ## ๐Ÿ”— Related PRs or Issues From 4071d4d62ac9f44d2b548fae866ebd5ce0aa9313 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:43:54 -0500 Subject: [PATCH 5/7] Update pull_request_template.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- .github/pull_request_template.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f93dce1..c32368c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,9 +19,6 @@ Include any screenshots, logs, or terminal output you think would be helpful for ## ๐Ÿงช How Has This Been Tested? -- [ ] New unit tests added -- [ ] Existing test suite passes - ## ๐Ÿ› ๏ธ Type of Change @@ -22,7 +22,7 @@ Include any screenshots, logs, or terminal output you think would be helpful for ## ๐Ÿ”— Related PRs or Issues From 7dcc0474139b58635a8ea0fb0ec6c6bdc4dad9ec Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:52:18 -0500 Subject: [PATCH 7/7] Update pull_request_template.md Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com> --- .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 3bd9cad..45ecff6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,7 @@ Include any screenshots, logs, or terminal output you think would be helpful to - [ ] Documentation (DocC, API docs, markdown files, templates, etc.) - [ ] Testing (new tests, updated tests, etc.) - [ ] Refactoring or code formatting (no logic changes) -- [ ] CI/CD (changes to automated workflows) +- [ ] CI/CD (change to automated workflows) ## ๐Ÿงช How Has This Been Tested?