From 7f7fb5f690a0d2319fb1dde86f3ccf34769787f8 Mon Sep 17 00:00:00 2001 From: Dum4G Date: Sat, 6 Jun 2026 18:05:00 +0300 Subject: [PATCH] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ismaƫl Moret <30985701+BellezaEmporium@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b23d374b45..b21e65d63c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -206,7 +206,7 @@ There are two types of playlists that can be found in [streams/](https://github. Please consider that both playlists are not meant to be used by viewers and intended to stay that way for the ease of maintanance. All links in playlists are sorted automatically according to the information used from our [Database](https://iptv-org.github.io/) so there is no need to sort them manually. For more info, see [Scripts](#scripts). -Each palylist file must +Each playlist file must - Have an .m3u extension - Start from an ```#EXTM3U``` string - Strictly follow the [Stream Description Scheme](#stream-description-scheme) and pass linter checks from [check workflow](https://github.com/iptv-org/iptv/blob/master/.github/workflows/check.yml)