From patchwork Mon Nov 24 16:56:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 25163 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 13955C32EF for ; Mon, 24 Nov 2025 16:56:41 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id BB68960AA4; Mon, 24 Nov 2025 17:56:40 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="jRrjb4Ti"; 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 C34C760A8B for ; Mon, 24 Nov 2025 17:56:37 +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 8FDD0741; Mon, 24 Nov 2025 17:54:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1764003269; bh=IQTXXbKNrt56jSmBJCTwbFffg2Kh5FY8OuG8wK7v5FI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jRrjb4TiuCaTtcierMMitc/EbeoTW0EHLlsUjVG7k0Oec2VfxGEZxq82dIU87kWBX NOat7JMJ+E6C7bsUzpR5lSL8vhB46a4hK1BVbitKpQ80hLsw5tlIOO3I6v89ri9pbJ g7Wvg60yqMicViT1PIN2k7Pf2nEKrFEYUg1GCfvI= From: Kieran Bingham To: libcamera devel Cc: Kieran Bingham Subject: [PATCH 1/3] Documentation: contributing: Provide a reference to Matrix Date: Mon, 24 Nov 2025 16:56:29 +0000 Message-ID: <20251124165631.3040364-2-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20251124165631.3040364-1-kieran.bingham@ideasonboard.com> References: <20251124165631.3040364-1-kieran.bingham@ideasonboard.com> 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" The libcamera IRC channel is bridged to Matrix which provides a convenient way to stay connected to the room. Provide a link to join via matrix. Signed-off-by: Kieran Bingham Reviewed-by: Umang Jain --- Documentation/contributing.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 18b1914a9ed5..eaca20238829 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -30,6 +30,11 @@ to the public. Point your IRC client to #libcamera to say hello, or use the .. _WebChat: https://webchat.oftc.net/?channels=libcamera +The IRC channel is also bridged and accessible via `Matrix`_ in the #libcamera +room: + +.. _Matrix: https://matrix.to/#/#libcamera:matrix.org + Source Code -----------