From a277ed992fa6f90f14c3167cba5f5f7249eb3a3e Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 18 Jan 2026 21:52:44 +0000 Subject: [PATCH 1/2] Fix typos and improve wording in PR template Corrected spelling and phrasing issues in the pull request template. --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1425c8037..67b85ff78 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -## **Scripts wich are clearly AI generated and not further revied by the Author of this PR (in terms of Coding Standards and Script Layout) may be closed without review.** +## **Scripts which are clearly AI generated and not further revised by the Author of this PR (in terms of Coding Standards and Script Layout) may be closed without review.** ## ✍️ Description @@ -12,7 +12,7 @@ Link: # - [ ] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [ ] **No breaking changes** – Existing functionality remains intact. -- [ ] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. +- [ ] **No security risks** – No hard coded secrets, unnecessary privilege escalations, or permission issues. --- @@ -32,7 +32,7 @@ Link: # - [ ] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** - [ ] **Uses correct script structure (`AppName.sh`, `AppName-install.sh`, `AppName.json`)** -- [ ] **No hardcoded credentials** +- [ ] **No hard coded credentials** ## 📋 Additional Information (optional) @@ -43,7 +43,7 @@ Link: # ## 📦 Application Requirements (for new scripts) > Required for **🆕 New script** submissions. -> PRs that do not meet these requirements may be closed without review. +> Pull requests that do not meet these requirements may be closed without review. - [ ] The application is **at least 6 months old** - [ ] The application is **actively maintained** - [ ] The application has **600+ GitHub stars** From fe705b909e6c06f862a1e85b6f8728d22055aab2 Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 18 Jan 2026 21:59:23 +0000 Subject: [PATCH 2/2] Leave "hardcoded" one word --- .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 67b85ff78..f6356f517 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +12,7 @@ Link: # - [ ] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [ ] **No breaking changes** – Existing functionality remains intact. -- [ ] **No security risks** – No hard coded secrets, unnecessary privilege escalations, or permission issues. +- [ ] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- @@ -32,7 +32,7 @@ Link: # - [ ] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** - [ ] **Uses correct script structure (`AppName.sh`, `AppName-install.sh`, `AppName.json`)** -- [ ] **No hard coded credentials** +- [ ] **No hardcoded credentials** ## 📋 Additional Information (optional)