From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.1.5] (unknown [101.128.125.100]) by gnuweeb.org (Postfix) with ESMTPSA id 174A680BE8; Sun, 11 Sep 2022 16:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1662914588; bh=os0ZeBSfuZ4TVrP2O3HsAzQdzD25k/pgv8AnzLoVXGo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=j60fPfaUZ/pM4TEq8YzUituRtS0d7j0WRgTCn68WlwkKNzJySIpaxvEaXR8M+eHAd aIKJroIbUMCv6TGtumUTd0A+rviM+2L8YFNik0tfEqNopIt9BZiejgm44G9/NqDTK2 +qDUIls8UmIvSJ/9GzixBHLlXS0l3wp//Mtj0L8s4ohEZm2Uy/hkEcbOeFsxMNznBW 50Oc5I9gtnsVBlcZ80wmbDUhVV4Vd3k3Xo3853yRZi8gByGyXUXC1gk5bqGpwBoWzj yTAYHm+MyDGm1jt6LZEuNgHnVAs/ijyVi65l+U4PCzrxsoaNWNYe4MBiVabeKsyAu4 gA+RF6eLAd0iw== Message-ID: <55d59ede-0d78-7c95-f845-c19aafd0a548@gnuweeb.org> Date: Sun, 11 Sep 2022 23:43:04 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [RFC PATCH v1 00/17] Refactor Telegram & initial work Discord Content-Language: en-US To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20220911103323.1949-1-kiizuha@gnuweeb.org> <6f5297d5-43e8-2839-d71b-0ed966ff5d33@gnuweeb.org> From: Muhammad Rizki In-Reply-To: <6f5297d5-43e8-2839-d71b-0ed966ff5d33@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: On 11/09/2022 20.24, Ammar Faizi wrote: > Please stop using square brackets style for prefix when doing a git commit. > Anything inside [ ] will be removed in "git am" including [PATCH ] or > whatever... > > So, make it like this please: > >   telegram: Move the Telegram bot source code >   telegram: Refactor Telegram bot database method >   telegram: Renaming some functions in scraper/bot.py >   Add ignore file for .env >   telegram: Refactor the Telegram bot >   telegram: Renames in telegram mailer directory >   Move scraper and utility file >   discord: Initial work Discord bot I will keep in mind for this, thanks.