Curated predefined feed sources for the fáma app
Thanks for helping improve the source catalog.
- Fork this repository.
- Create a branch, for example:
add-source-example-news. - Edit
sources.jsonand add a new object to thesourcesarray. - Keep the JSON valid and preserve the existing field structure.
- Open a Pull Request and fill in the PR template.
Each source must include these fields:
{
"name": "Example News",
"description": "short description",
"url": "https://example.com/rss",
"site_url": "https://example.com",
"language": "en",
"country": "US",
"category": "general",
"genre": "general"
}urlis a direct RSS/Atom feed URL.- Feed is public and does not require login.
site_urlpoints to the publisher homepage.languageis an ISO 639-1 code (for examplehu,en).countryis an ISO 3166-1 alpha-2 code (for exampleHU,GB).categoryandgenreare consistent with existing values.- JSON formatting remains valid.
This repo includes GitHub templates to make contributions easier:
- Pull request templates:
.github/PULL_REQUEST_TEMPLATE.md(default).github/PULL_REQUEST_TEMPLATE/add-source.md(source-focused)
- Issue templates:
.github/ISSUE_TEMPLATE/source_request.yml.github/ISSUE_TEMPLATE/bug_report.yml
Use them to provide complete context and speed up review.