From patchwork Mon Nov 24 16:56:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 25162 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 E2F8BC32EF for ; Mon, 24 Nov 2025 16:56:37 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 28AC360A80; Mon, 24 Nov 2025 17:56:37 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Aj3q4ZGp"; 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 DB93D6096B for ; Mon, 24 Nov 2025 17:56:35 +0100 (CET) Received: from Monstersaurus.hippo-penny.ts.net (cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2B510741; Mon, 24 Nov 2025 17:54:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1764003267; bh=axO66gf5yEyoomrwZM8qEkXA1kGvumv6BVXeTO3hz08=; h=From:To:Cc:Subject:Date:From; b=Aj3q4ZGphw84Gc2FwtOHc/MfGGppKTUtz/mstPL+nCYUy2qVESzJc1+lHwIszXtCy Takpbg9kvzkuD65p+XoXE7Nintf9Nu4XArG5Otv5RlA7Dsp5AOWeE+1GuRnMusmRe0 nlVajmikP50g/cNquMwE8v+J1CUatDf9NihNfUA8= From: Kieran Bingham To: libcamera devel Cc: Kieran Bingham Subject: [PATCH 0/3] Documentation: Update contribution notes Date: Mon, 24 Nov 2025 16:56:28 +0000 Message-ID: <20251124165631.3040364-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.50.1 MIME-Version: 1.0 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" As was noted on the libcamera IRC channel - libcamera is no longer in 'early' development, and we do indeed make releases. Update the contributing guide to reflect this, and also expand to reference the Matrix bridge and new issue tracker. Kieran Bingham (3): Documentation: contributing: Provide a reference to Matrix Documentation: contributing: Update issue tracker Documentation: contributing: Update Source references Documentation/contributing.rst | 40 +++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 6 deletions(-) Reviewed-by: Jacopo Mondi