From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 527ED25373 for ; Wed, 24 Jul 2019 13:33:39 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iFsuwDWoUQFE for ; Wed, 24 Jul 2019 13:33:39 -0400 (EDT) Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id E9AD325345 for ; Wed, 24 Jul 2019 13:33:38 -0400 (EDT) Received: by mail-lf1-f66.google.com with SMTP id c19so32512639lfm.10 for ; Wed, 24 Jul 2019 10:33:38 -0700 (PDT) Date: Wed, 24 Jul 2019 20:33:33 +0300 From: Cyrill Gorcunov Subject: [tarantool-patches] Re: [PATCH 1/5] third_party/serpent: Add serpent repo Message-ID: <20190724173333.GL4832@uranus.lan> References: <20190723223113.16084-1-gorcunov@gmail.com> <20190723223113.16084-2-gorcunov@gmail.com> <20190724170202.GB4565@atlas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190724170202.GB4565@atlas> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Konstantin Osipov Cc: tml , Alexander Turenko , Kirill Yukhin On Wed, Jul 24, 2019 at 08:02:02PM +0300, Konstantin Osipov wrote: > > One more thing, for the future: all patches which add new features > should have a plea to the documentation bot. > > I added one for your changes. Thank you! I know about docs simply: - didn't know how to address particular page (since this changes should be in console module of documenation, right?) - and I thought that I should rathe make a final doc once I finish console development