From patchwork Wed Mar 24 01:49:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 11674 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 681DCC32E5 for ; Wed, 24 Mar 2021 01:50:27 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id BDB5A68D62; Wed, 24 Mar 2021 02:50:26 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ayFmXnL7"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A8C4A6051A for ; Wed, 24 Mar 2021 02:50:25 +0100 (CET) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 353BE580 for ; Wed, 24 Mar 2021 02:50:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1616550625; bh=hf2FKqXksh7tgCw+YBADCOJsXDHNthOJ5wE4ecV7eO0=; h=From:To:Subject:Date:From; b=ayFmXnL7hdee7f9u2T8uKiBSIa60ZLoblibh0NewMdSpFZ6YozSVVC8J9FBiwOzkb /Yu0coYFrfBPNbvUTvjdmpeHuZyPvNQhRrOziLAkrTuo7HeNu9cyxuDiU58gWjWiJ2 p6OMl11cELVONKGg/o/JLARoPqLOtgzECXdzhEpA= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Wed, 24 Mar 2021 03:49:40 +0200 Message-Id: <20210324014940.23683-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.28.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] Documentation: contributing: Add link to bugs.libcamera.org X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Reference the issue tracker in the documentation, as relying on tribal knowledge isn't a great option. Signed-off-by: Laurent Pinchart Reviewed-by: Sebastian Fricke Reviewed-by: Kieran Bingham Reviewed-by: Paul Elder --- Documentation/contributing.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 1e89aa876aa3..122937f136bf 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -38,6 +38,14 @@ The source code is available from the project's `git tree`_, hosted by `LinuxTV` .. _git tree: https://git.linuxtv.org/libcamera.git/ .. _LinuxTV: https://linuxtv.org/ +Issue Tracker +------------- + +Our `issue tracker`_ tracks all bugs, issues and feature requests. All issues +are publicly visible, and you can register for an account to create new issues. + +.. _issue tracker: https://bugs.libcamera.org/ + Documentation -------------