From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id B9C261F51E for ; Mon, 26 Sep 2022 09:52:35 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="Cd0aUCie"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234668AbiIZJwF (ORCPT ); Mon, 26 Sep 2022 05:52:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234646AbiIZJvm (ORCPT ); Mon, 26 Sep 2022 05:51:42 -0400 Received: from mail-yw1-x1130.google.com (mail-yw1-x1130.google.com [IPv6:2607:f8b0:4864:20::1130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A0943A150 for ; Mon, 26 Sep 2022 02:51:35 -0700 (PDT) Received: by mail-yw1-x1130.google.com with SMTP id 00721157ae682-333a4a5d495so62513057b3.10 for ; Mon, 26 Sep 2022 02:51:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=rbhN70h9LOrUq/OO+0zPbsObCgakNDnQRN0BiLsjQJE=; b=Cd0aUCieTlnS0WQeSDCd3IztJyRYb+5sbd+Aykfj9hJLIZZ2GNSRK5sCAoJetvO1jL rSKm9spDv7eSRnF0v+enRz/RQG+NEg0x7Ubeqe6sbRS5VGo/41iVoNtptjNYg8FB2Vhm 4fs3ftqjsw52RcDOVMMx2+isEKZXyHJxCsvyzOPctRqRVUI4nprT+pg+rsQVxpv7jnyl RxPaTOswpgdf2dDzj9TS/0ooH/w6seKWFz+jRl2iL5aV5mRMEWNT4REIeOt5jjQNZtvI Rnkwcvzrbo4AAjqTfnnG+jX/opqFUB3pI+8McJdIMYb5Cxj5SX35mSkqAl2vIx6cRtd6 S36Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=rbhN70h9LOrUq/OO+0zPbsObCgakNDnQRN0BiLsjQJE=; b=mWPmiSNwikScy4jPvp9bleVsgLkgZAnF68Omr4alMama87r6d0fanf5LO0qegFbWfN +q8fLWWQOnzKjNSNCW1u/MwrefiBnX3w5AyCkQ3d/hTqkUmwefyQzhlt9Vo1D4zlziZ6 Bx3DrJekzy5tbvsDwrOXf+jYEcFkDBbS5jeQm4J5mzL6Zsh4RfxWkaILmEyRuGWPyf7O wJewrAO2Fvz3sCaPV1WM33DDdUoQ7h51Lo1jmGopkBHg6thedqSRUSfIDr17LmSkGZHG AltbVHuR9bQ+GYreHXaoMbwBiO++ROSDVrAlACrX/+tQWxBEy6Glp8V8soNReFlYMJWY s30Q== X-Gm-Message-State: ACrzQf0TlkVLBcmaEBbj6oQwg2XFUcga/R1GXPqyq5/l7e9HdZH+cM/P dwwYivcf+CfOt8h3nOa6c4KLQa19oYM6bcYRWf0= X-Google-Smtp-Source: AMsMyM7+Kp3kvw+rRxne8Y0Z0rEdNOPEHoyLJmLHXhObL9fa3VXCgVNycIsL3qPCeMtRKGBdlS2KYEsTBmUTUyfltmU= X-Received: by 2002:a81:7851:0:b0:349:5fac:b1ed with SMTP id t78-20020a817851000000b003495facb1edmr19675499ywc.311.1664185894818; Mon, 26 Sep 2022 02:51:34 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Christian Couder Date: Mon, 26 Sep 2022 11:51:23 +0200 Message-ID: Subject: Re: Git in Outreachy? (December 2022) To: Taylor Blau Cc: git@vger.kernel.org, Christian Couder , Hariom verma Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Hi, On Tue, Aug 30, 2022 at 8:53 AM Christian Couder wrote: > On Mon, Aug 29, 2022 at 6:57 PM Taylor Blau wrote: > > Christian and I both got emails from the Outreachy organizers asking if > > we are interested in participating again this year. Last year we > > submitted projects, but ultimately did not select anybody from the > > program. > > Yeah, let's hope we get more people applying this year. > > > I think it would be good to participate in this year's December cohort. > > Yeah, thanks for your email about this. So we decided to participate and I just submitted one project: https://www.outreachy.org/outreachy-december-2022-internship-round/communities/git/#unify-ref-filter-formats-with-other-pretty-formats which is about continuing previous work by GSoC contributors and Outreachy interns. The deadline to submit projects is September 29, so next Thursday. I think Taylor agreed in private discussions with submitting another project related to improving our https://git-scm.com/ website (which was discussed previously on the mailing list). It could help a lot if we could be co-mentoring the project I submitted and the project about improving our website that Taylor might also submit. So if you would be interested, don't hesitate to contact us. > > September 9th is the initial community application deadline. > > > > If we're interested, the project submission deadline is September 23rd > > By then, we'd need: > > > > - Volunteers to act as mentors > > - Updates to our applicant materials on git.github.io (project ideas, > > as well as potential microprojects). > > > > If folks are interested, I'd be more than happy to answer any questions > > about participating, and overall logistics of the program. > Yeah, we need to update our microproject ideas on git.github.io. We still need to update microproject ideas on git.github.io for Outreachy applicants. > About > project ideas, we need some, but I think we need to add them into > Outreachy's website. If there are many possible co-mentors we can still submit more project ideas into Outreachy's website before the deadline next Thursday. > It would be nice also if we could discuss with > Outreachy organizers, and ask them how we could increase our chances > to get some good applicants. Such discussions happened privately, but we are not sure yet if we are going to do something about this. Unfortunately a discussion round between mentors and potential applicants happened on September 15 when a lot of us were at the Git Merge. Thanks!