Skip to content

Commit 8b3a2e2

Browse files
committed
docs: copilot comments
1 parent 5254efe commit 8b3a2e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

extensions/EXTENSION-PUBLISHING-GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ Edit `extensions/catalog.community.json` and add your extension:
209209
Add your extension to the Available Extensions table in `extensions/README.md`:
210210

211211
```markdown
212-
| Your Extension Name | Brief description of what it does | `category` | Effect | [repo-name](https://github.com/your-org/spec-kit-your-extension) |
212+
| Your Extension Name | Brief description of what it does | `<category>` | <effect> | [repo-name](https://github.com/your-org/spec-kit-your-extension) |
213213
```
214214

215-
**Category** — pick the one that best fits your extension:
215+
**(Table) Category** — pick the one that best fits your extension:
216216

217217
- `docs` — reads, validates, or generates spec artifacts
218218
- `code` — reviews, validates, or modifies source code
@@ -222,8 +222,8 @@ Add your extension to the Available Extensions table in `extensions/README.md`:
222222

223223
**Effect** — choose one:
224224

225-
- `Read-only` — produces reports without modifying files
226-
- `Read+Write` — modifies files, creates artifacts, or updates specs
225+
- Read-only — produces reports without modifying files
226+
- Read+Write — modifies files, creates artifacts, or updates specs
227227

228228
Insert your extension in alphabetical order in the table.
229229

0 commit comments

Comments
 (0)