mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-11 10:20:35 +08:00
chore: update pull request template with additional references and improve automated checks section
This commit is contained in:
parent
a634d4a652
commit
d78f4c9b80
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
@ -1,3 +1,5 @@
|
|||||||
|
**References:** [Contributing guide](../CONTRIBUTING.md) · [Repo structure](../README.md)
|
||||||
|
|
||||||
## What changed
|
## What changed
|
||||||
|
|
||||||
<!-- Briefly describe what skill(s) were added, updated, or removed. -->
|
<!-- Briefly describe what skill(s) were added, updated, or removed. -->
|
||||||
@ -14,6 +16,8 @@
|
|||||||
|
|
||||||
# Skills
|
# Skills
|
||||||
|
|
||||||
|
**References:** [Skill authoring guide](../README.md) · [Automated checks](../scripts/validate-skills.ts)
|
||||||
|
|
||||||
## Checklist
|
## Checklist
|
||||||
|
|
||||||
**Naming**
|
**Naming**
|
||||||
@ -36,7 +40,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Automated checks** — enforced by CI (`npm run validate:skills`):
|
**Automated checks** — enforced by CI ([`npm run validate:skills`](../scripts/validate-skills.ts)):
|
||||||
|
|
||||||
- Directory is one level deep, named in kebab-case, contains `SKILL.md`
|
- 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
|
- Frontmatter `name` matches directory name; `description` is present, ≥ 20 words, and includes trigger language
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user