Leave "hardcoded" one word

This commit is contained in:
Justin 2026-01-18 21:59:23 +00:00 committed by GitHub
parent a277ed992f
commit fe705b909e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.github/pull_request_template.md generated vendored
View File

@ -12,7 +12,7 @@ Link: #
- [ ] **Self-review completed** Code follows project standards. - [ ] **Self-review completed** Code follows project standards.
- [ ] **Tested thoroughly** Changes work as expected. - [ ] **Tested thoroughly** Changes work as expected.
- [ ] **No breaking changes** Existing functionality remains intact. - [ ] **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** - [ ] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines**
- [ ] **Uses correct script structure (`AppName.sh`, `AppName-install.sh`, `AppName.json`)** - [ ] **Uses correct script structure (`AppName.sh`, `AppName-install.sh`, `AppName.json`)**
- [ ] **No hard coded credentials** - [ ] **No hardcoded credentials**
## 📋 Additional Information (optional) ## 📋 Additional Information (optional)