chore: update pull request template to clarify naming convention with a warning for gerund form

This commit is contained in:
Mohan Raj Rajamanickam 2026-03-11 15:09:39 -07:00
parent d78f4c9b80
commit 02daec8cef
No known key found for this signature in database
GPG Key ID: 7CE83B7611FA8B8B

View File

@ -20,9 +20,6 @@
## Checklist
**Naming**
- [ ] Name uses gerund form — first word ends in `-ing` (e.g. `generating-apex-tests`)
**Description quality**
- [ ] Describes what the skill does and the expected output
- [ ] Includes relevant Salesforce domain keywords (Apex, LWC, SOQL, metadata types, etc.)
@ -45,3 +42,4 @@
- Directory is one level deep, named in kebab-case, contains `SKILL.md`
- Frontmatter `name` matches directory name; `description` is present, ≥ 20 words, and includes trigger language
- Body is non-empty and under 500 lines
- Name uses gerund form ⚠ (warning — does not block merge)