From patchwork Thu Sep 26 19:39:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lars Kurth X-Patchwork-Id: 11163721 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B0A861800 for ; Fri, 27 Sep 2019 04:20:14 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 96E4220863 for ; Fri, 27 Sep 2019 04:20:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 96E4220863 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xenproject.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iDhiN-0003Cn-VV; Fri, 27 Sep 2019 04:18:43 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iDZcK-0000iw-Ll for xen-devel@lists.xenproject.org; Thu, 26 Sep 2019 19:39:56 +0000 X-Inumbo-ID: 5d97f6bc-e095-11e9-965e-12813bfff9fa Received: from mail.xenproject.org (unknown [104.130.215.37]) by localhost (Halon) with ESMTPS id 5d97f6bc-e095-11e9-965e-12813bfff9fa; Thu, 26 Sep 2019 19:39:34 +0000 (UTC) Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iDZbt-0002GG-Dz; Thu, 26 Sep 2019 19:39:29 +0000 Received: from localhost ([127.0.0.1] helo=MacBook-Pro-2.Home) by xenbits.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iDZbt-0007uS-4v; Thu, 26 Sep 2019 19:39:29 +0000 From: Lars Kurth To: xen-devel@lists.xenproject.org Date: Thu, 26 Sep 2019 20:39:18 +0100 Message-Id: X-Mailer: git-send-email 2.13.0 MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 27 Sep 2019 04:18:43 +0000 Subject: [Xen-devel] [PATCH v2 0/6] Code of Conduct + Extra Guides and Best Practices X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Lars Kurth , xen-api@lists.xenproject.org, minios-devel@lists.xenproject.org, committers@xenproject.org, mirageos-devel@lists.xenproject.org, win-pv-devel@lists.xenproject.org Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" From: Lars Kurth This series proposes a concrete version of the Xen Project CoC based on v1.4 of the Contributor Covenant. See [1] It contains *ALL* the portions I was still going to add. I spent a bit of time on word-smithing, but I am not a native English speaker So there is probably time for improvement The series also reflects the discussion in [2] and some private discussions on IRC to identify initial members of the Xen Project’s CoC team. For convenience of review and in line with other policy documents I created a git repository at [3]. This series can be found at [5]. [1] https://www.contributor-covenant.org/version/1/4/code-of-conduct.md [2] https://xen.markmail.org/thread/56ao2gyhpltqmrew [3] http://xenbits.xen.org/gitweb/?p=people/larsk/code-of-conduct.git;a=summary [4] https://www.slideshare.net/xen_com_mgr/xpdds19-keynote-patch-review-for-nonmaintainers-george-dunlap-citrix-systems-uk-ltd [5] http://xenbits.xen.org/gitweb/?p=people/larsk/code-of-conduct.git;a=shortlog;h=refs/heads/CoC-v2 Changes since v1 * Code of Conduct Only whitespace changes * Added Communication Guide Contains values and a process based on advice and mediation in case of issues This is the primary portal for * Added Code Review Guide Which is based on [4] with some additions for completeness It primarily sets expectations and anything communication related is removed * Added guide on Communication Best Practice Takes the communication section from [4] and expands on it with more examples and cases. This is probably where we may need some discussion * Added document on Resolving Disagreement A tiny bit of theory to set the scene It covers some common cases of disagreements and how we may approach them Again, this probably needs some discussion Cc: minios-devel@lists.xenproject.org Cc: xen-api@lists.xenproject.org Cc: win-pv-devel@lists.xenproject.org Cc: mirageos-devel@lists.xenproject.org Cc: committers@xenproject.org Lars Kurth (6): Import v1.4 of Contributor Covenant CoC Xen Project Code of Conduct Add Communication Guide Add Code Review Guide Add guide on Communication Best Practice Added Resolving Disagreement