Update CONTRIBUTING.md
This commit is contained in:
parent
11d67c7a01
commit
430f129513
|
@ -167,18 +167,14 @@ http://example.com/stream.m3u8
|
||||||
- ...
|
- ...
|
||||||
- `unsorted.m3u`: playlist with channels not yet sorted.
|
- `unsorted.m3u`: playlist with channels not yet sorted.
|
||||||
- `scripts/`
|
- `scripts/`
|
||||||
- `blacklist.json`: list of channels banned for addition to the repository.
|
- `helpers/`: helper scripts used in GitHub Actions.
|
||||||
- `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.
|
- `detect-resolution.js`: used in GitHub Action to detect resolution of the streams.
|
||||||
- `filter.js`: used within GitHub Action to remove blacklisted channels from playlists.
|
- `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.
|
- `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.
|
|
||||||
- `regions.json`: list of supported region codes.
|
|
||||||
- `remove-duplicates.js`: used in GitHub Action to remove duplicates from the playlist.
|
- `remove-duplicates.js`: used in GitHub Action to remove duplicates from the playlist.
|
||||||
- `update-readme.js`: used within GitHub Action to update the `README.md` file.
|
- `update-readme.js`: used within GitHub Action to update the `README.md` file.
|
||||||
- `utils.js`: contains functions that are used in other scripts.
|
|
||||||
- `CONTRIBUTING.md`: file you are currently reading.
|
- `CONTRIBUTING.md`: file you are currently reading.
|
||||||
- `index.m3u`: main playlist that contains links to all playlists in the `channels/` folder.
|
- `index.m3u`: main playlist that contains links to all playlists in the `channels/` folder.
|
||||||
- `README.md`: project description generated from the contents of the `.readme/` folder.
|
- `README.md`: project description generated from the contents of the `.readme/` folder.
|
||||||
|
|
Loading…
Reference in New Issue