Update CONTRIBUTING.md

This commit is contained in:
Aleksandr Statciuk
2021-07-13 19:18:06 +03:00
parent d2f1fb54d7
commit 307c6e9441

View File

@@ -171,7 +171,8 @@ http://example.com/stream.m3u8
- `categories.json`: list of supported categories. - `categories.json`: list of supported categories.
- `clean.js`: used in GitHub Action to check all links and remove broken ones. - `clean.js`: used in GitHub Action to check all links and remove broken ones.
- `db.js`: contains functions for retrieving and managing the channel list. - `db.js`: contains functions for retrieving and managing the channel list.
- `format.js`: used within GitHub Action to sort channels and remove duplicates from each playlist. - `filter.js`: used within GitHub Action to remove blacklisted channels from playlists.
- `format.js`: used within GitHub Action to format channel descriptions and sort playlists.
- `generate.js`: used within GitHub Action to generate all additional playlists. - `generate.js`: used within GitHub Action to generate all additional playlists.
- `parser.js`: contains functions for parsing playlists. - `parser.js`: contains functions for parsing playlists.
- `regions.json`: list of supported region codes. - `regions.json`: list of supported region codes.