Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp4412359pxf; Tue, 30 Mar 2021 07:15:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzCAK0QdhO3Aptxxlk6RFUfq/77n81QSZckG5fIMDIE4rJsmeSGcljKNeXFrAsfqQ0y/T1Y X-Received: by 2002:a50:f113:: with SMTP id w19mr33288195edl.226.1617113707724; Tue, 30 Mar 2021 07:15:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617113707; cv=none; d=google.com; s=arc-20160816; b=H37ZnE+GXbgPJBUXb9DNcg7+3q2FdVPOom3APABl0zaAf99z/2Ix/7ll7EJ8hylyIB S43+rrMDrHSWtk+uFJYcJjERnj54d5k05paLRCfwA2J3o/YeQRbp4PjyhQR7DdN17yKa vl79DiKx9AysAPlqKNh7sZ4rKvduxineJUPdn3fWKbkJeKPrOr2sd6p3o4343N8XWirP Kik3XwXzjP06PQZLenN2vPZ8zeH2YHsKDk6X2aGieLQVZ1yLjLb7DYekGC/6GRx+56KI fTFogiZd7j4MHKDJP56JzckuEpywsQXRFZvQzOVC4YEAhUFlwm0/pOCkk3ZVtC9dlkyn lQCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Bp7L7YWFGGoIhyUU/Py3ZyIqPAPEeI+d1rVk4Yc2gkA=; b=ArtNUn856+DJ0Q34vXVD/AocbxFWb06v96+XBXiRjGx5qZmKJNsyv1LL86D2mcQMoQ YkwWjcvWeVyUPjgUZQOZJ2ksQehsRApf3OShfowRZVd3UK0jkk4iMZ0qrQzhyda7jHUd jJ5x4MoTOmz4OOvfZHukOwtFSek1c3+eOavMDWtTIA6E7GwGbSmnOBVxDNSPbpuAAS0F kZ+HmJYycQMZPHEkgFtYAiP6uH3DrWgMWnF9RV1rkoEQGyimfhHUYwKk77aFEYJF5VFe yARPVJuLID/tAHSiEIgOF2FyEGkn5g+paz9ecRGh3GHu0Tu8zw/YogQ0i8tPWaUEAZh5 W45w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m22si14681868ejr.463.2021.03.30.07.14.44; Tue, 30 Mar 2021 07:15:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230243AbhC3ONt (ORCPT + 99 others); Tue, 30 Mar 2021 10:13:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231730AbhC3ONW (ORCPT ); Tue, 30 Mar 2021 10:13:22 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8234::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B4FAC0613D8; Tue, 30 Mar 2021 07:13:21 -0700 (PDT) Received: from ip4d14bd53.dynamic.kabel-deutschland.de ([77.20.189.83] helo=truhe.fritz.box); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1lRF7H-0000jw-Jf; Tue, 30 Mar 2021 16:13:11 +0200 From: Thorsten Leemhuis To: Jonathan Corbet Cc: Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 0/4] Improve reporting-issues.rst and make it official Date: Tue, 30 Mar 2021 16:13:03 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1617113602;38c5c4bd; X-HE-SMSGID: 1lRF7H-0000jw-Jf Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset makes reporting-issues.rst fully official and thus removes reporting-bugs.rst. It also adds an entry for the text in MAINTAINERS as discussed earlier. Then there is the new text for the TLDR already posted as a draft and a patch which assorted fixes and small enhancements. Thorsten Leemhuis (4): docs: make reporting-issues.rst official and delete reporting-bugs.rst MAINTAINERS: add entry for Documentation/admin-guide/reporting-issues.rst docs: reporting-issues.rst: reshuffle and improve TLDR docs: reporting-issues: reduce quoting and assorted fixes Documentation/admin-guide/index.rst | 1 - Documentation/admin-guide/reporting-bugs.rst | 187 --------------- .../admin-guide/reporting-issues.rst | 218 ++++++++---------- MAINTAINERS | 6 + 4 files changed, 96 insertions(+), 316 deletions(-) delete mode 100644 Documentation/admin-guide/reporting-bugs.rst base-commit: 8d295fbad687a61eaa0cf14958c284a3ddbf2173 -- 2.30.2