From fe705b909e6c06f862a1e85b6f8728d22055aab2 Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 18 Jan 2026 21:59:23 +0000 Subject: [PATCH] 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)