Skip to content

Commit 0216b46

Browse files
committed
docs(presets): add docs site table step to publishing guide
Add step to update docs/community/presets.md when submitting a community preset, and add corresponding PR checklist item. Matches the pattern used in the extensions publishing guide.
1 parent ad8a33b commit 0216b46

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

presets/PUBLISHING.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,21 @@ Edit `presets/catalog.community.json` and add your preset.
205205
}
206206
```
207207

208-
### 3. Submit Pull Request
208+
### 3. Update Community Presets Table
209+
210+
Add your preset to the Community Presets table on the docs site at `docs/community/presets.md`:
211+
212+
```markdown
213+
| Your Preset Name | Brief description of what your preset does | N templates, M commands | — | [repo-name](https://github.com/your-org/spec-kit-preset-your-preset) |
214+
```
215+
216+
Insert your preset in alphabetical order in the table.
217+
218+
### 4. Submit Pull Request
209219

210220
```bash
211221
git checkout -b add-your-preset
212-
git add presets/catalog.community.json
222+
git add presets/catalog.community.json docs/community/presets.md
213223
git commit -m "Add your-preset to community catalog
214224
215225
- Preset ID: your-preset
@@ -240,6 +250,7 @@ git push origin add-your-preset
240250
- [ ] Commands register to agent directories (if applicable)
241251
- [ ] Commands match template sections (command + template are coherent)
242252
- [ ] Added to presets/catalog.community.json
253+
- [ ] Added row to docs/community/presets.md table
243254
```
244255
245256
---

0 commit comments

Comments
 (0)