Skip to content

Commit 5deb9f6

Browse files
committed
docs: add directory.title requirement to contributing guide
Align feed-config contribution steps with creating-custom-feeds for Feed Directory catalog metadata.
1 parent bec4b59 commit 5deb9f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/get-involved/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Are you missing an RSS feed for a website? You can create your own feed config a
2727

2828
1. Go to [html2rss-configs on GitHub](https://github.com/html2rss/html2rss-configs)
2929
2. Click "Fork" → "Add file" → Create `domain.com/name.yml` under `configs/`
30-
3. Declare `registry.id` (unique feed identity) and include top-level `directory.topics` (non-empty) from the controlled vocabulary (`tech`, `news`, `security`, `research`, … — see [Creating Custom Feeds](/creating-custom-feeds/#sharing-your-config))
30+
3. Declare `registry.id`, `directory.topics` (non-empty), `directory.title`, and mirror `channel.title` (required for Feed Directory configs). Optional `directory.summary` (max 160 characters). See [Creating Custom Feeds](/creating-custom-feeds/#sharing-your-config) for topics and examples.
3131
4. Prefer setting `channel.language` when the page language is clear
3232
5. Paste your config → "Commit new file" → "Open pull request"
3333

0 commit comments

Comments
 (0)