From f26fda8a53ff6a4c4265f9ef6bd00bde1392addd Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 30 Jul 2025 19:59:34 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3551bf8da..fefa6edd3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,14 +163,15 @@ http://example.com/stream.m3u8 - `workflows`: contains [GitHub actions](https://docs.github.com/en/actions/quickstart) workflows. - `CODE_OF_CONDUCT.md`: rules you shouldn't break if you don't want to get banned. - `.readme/` - - `config.json`: config for the `markdown-include` package, which is used to compile everything into one `README.md` file. + - `config.json`: config for the `markdown-include` package, which is used to compile everything into one `PLAYLISTS.md` file. - `preview.png`: image displayed in the `README.md`. - - `template.md`: template for `README.md`. + - `template.md`: template for `PLAYLISTS.md`. - `scripts/`: contains all scripts used in the repository. - `streams/`: contains all streams broken down by the country from which they are broadcast. - `tests/`: contains tests to check the scripts. - `CONTRIBUTING.md`: file you are currently reading. -- `README.md`: project description generated from the contents of the `.readme/` folder. +- `PLAYLISTS.md`: auto-updated list of available playlists. +- `README.md`: project description. ## Scripts