From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 981AF1F852 for ; Fri, 14 Jan 2022 20:56:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229509AbiANUyV (ORCPT ); Fri, 14 Jan 2022 15:54:21 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:56924 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229452AbiANUyQ (ORCPT ); Fri, 14 Jan 2022 15:54:16 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 96E1C112DA6; Fri, 14 Jan 2022 15:54:14 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=ihO68GxOnduWGIrtP0IRwCd/lpPofM/Mxf6YRz fOmYA=; b=E0CRn3etNGDjT8W3cgRav2dHZvFcKey51DYmiv+fx1rFjnBfpqZc/Y fT/Y0qsEW+sEwYS58WPHLptHJMXogQG0bkgjCF4A3jh+n8lInVkF+RZvEDllOTRI Q2yq3xGvqPKI5uYJwK1Mx4V4WfwlNferdZ6JRnCW0XrmYuazrhmmo= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 8E92D112DA5; Fri, 14 Jan 2022 15:54:14 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.133.2.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 045BC112DA4; Fri, 14 Jan 2022 15:54:13 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: "Philip Oakley via GitGitGadget" Cc: git@vger.kernel.org, Philip Oakley Subject: Re: [PATCH] README.md: add CodingGuidelines and a link for Translators References: Date: Fri, 14 Jan 2022 12:54:12 -0800 In-Reply-To: (Philip Oakley via GitGitGadget's message of "Fri, 14 Jan 2022 17:50:15 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 21847F32-757C-11EC-8DEB-5E84C8D8090B-77302942!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org "Philip Oakley via GitGitGadget" writes: > From: Philip Oakley > > Also space out the list joining instructions and clarify the subscription the instructions to join the list? > requests, comments and patches to git@vger.kernel.org (read > -[Documentation/SubmittingPatches][] for instructions on patch submission). > +[Documentation/SubmittingPatches][] for instructions on patch submission > +and [Documentation/CodingGuidelines]() ). Remind me the significance of using [] and () after [File Reference]? > +Those wishing to help with error message translation (localization L10) > +should see [po/README.md]() Same here. https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#links seems to indicate () is to enclose URL the text goes to, and if there is no URL to go to, perhaps it does the right thing, but the current page (which has "[Documentation/SubmittingPatches][]" and all other reference into in-tree files with that format) seems to render correctly with links that work, so... > +(a `po` file is a portable object file for the translations). > + > To subscribe to the list, send an email with just "subscribe git" in > -the body to majordomo@vger.kernel.org. The mailing list archives are > -available at , > +the body to majordomo@vger.kernel.org (not the list). The mailing list > +archives are available at , > and other archival sites. > > Issues which are security relevant should be disclosed privately to > > base-commit: 1ffcbaa1a5f10c9f706314d77f88de20a4a498c2