From 973dd40b0767801312d2446bffdc6456b0a24723 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 25 Feb 2021 03:06:08 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index affb02ec29..3d1c903d90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -241,7 +241,6 @@ http://example.com/stream.m3u8 - `workflows/` - `auto-update.yml`: contain actions that automatically updates all playlists every day. - `CODE_OF_CONDUCT.md`: rules you shouldn't break if you don't want to get banned. - - `CONTRIBUTING.md`: file you are currently reading. - `.readme/` - `_categories.md`: automatically generated list of all categories and their corresponding playlists. - `_countries.md`: automatically generated list of all countries and their corresponding playlists. @@ -262,5 +261,6 @@ http://example.com/stream.m3u8 - `test.js`: script for channel testing. - `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. - `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.