From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22475C433FE for ; Sat, 22 Oct 2022 10:35:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230155AbiJVKfD (ORCPT ); Sat, 22 Oct 2022 06:35:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230018AbiJVKea (ORCPT ); Sat, 22 Oct 2022 06:34:30 -0400 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 031C731728B for ; Sat, 22 Oct 2022 02:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version; bh=AW9YOnXXwqRJMmUiyr1Fh6rDHqdahVqrAovQWDd7HJM=; b=Ua6f+53Q/9yGkPyRnTZME4Lg4qEqjuSPcKfrbcn+/vROPJOgncJxxlJ2 Ch5fKsqOqBvPL/Sma1v9U7sx4oTAdaHWTWiVSBWkyj5rJECR4ngDpWPXu MlaENRB3CuxCZvdHODW97CDsg0ioQZ1A12s2RnY5/5l++M1raAUeTi21e Q=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=julia.lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.95,204,1661810400"; d="scan'208";a="67853078" Received: from 51.123.68.85.rev.sfr.net (HELO hadrien) ([85.68.123.51]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2022 10:13:42 +0200 Date: Sat, 22 Oct 2022 10:13:41 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Tanju Brunostar cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev Subject: Re: request for assistance In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 22 Oct 2022, Tanju Brunostar wrote: > There is a portion of the Outreachy first patch wiki I would like to > edit. How do I go about doing this? > - Should I just go on and edit it? or > - Do I have to make a proposition addressed to someone or somewhere, > stating what it is I want to change and why? > I would appreciate your help. It would be good to post your proposed changes to the mailing list, if it is something more substantial than fixing a spelling mistake. julia