From 9ac4163859f9c8abbd61b31d7138cb4e6d587f5f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 3 Jun 2022 19:28:00 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ab5458b..fb11e4e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,10 @@ # Contributing Guide -### How do I add a channel to the database? +### How to add a channel to the database or edit its description? 1. Download the repository to your computer. The easiest way to do this is via [GitHub Desktop](https://desktop.github.com/). 2. Open [data/channels.csv](data/channels.csv) file in one of the spreadsheet editors (such as [Google Sheets](https://www.google.com/sheets/about/), [LibreOffice](https://www.libreoffice.org/discover/libreoffice/), ...). -3. Add channel to the table and save the file. +3. Make the necessary changes and save the file. 4. Make a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) with all changes. This can also be done via [GitHub Desktop](https://desktop.github.com/). ## Data Scheme