From edf5ef99a750f1fd983fa4209e8ceffcd012e745 Mon Sep 17 00:00:00 2001 From: Romain Picard Date: Mon, 17 May 2021 13:18:05 +0200 Subject: [PATCH] add organization files to prepare transfer of the repo --- CONTRIBUTING.md | 11 +++++++++++ GOVERNANCE.md | 37 +++++++++++++++++++++++++++++++++++++ MAINTAINERS.md | 8 ++++++++ 3 files changed, 56 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 GOVERNANCE.md create mode 100644 MAINTAINERS.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4857082 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing to InterpretML + +This project welcomes contributions and suggestions. + +## Developer certificate of origin +Contributions require you to sign a _developer certificate of origin_ (DCO) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://developercertificate.org/. + +When you submit a pull request, a DCO-bot will automatically determine whether you need to provide a DCO and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our DCO. + +## Code of conduct +This project has adopted the [GitHub community guidelines](https://help.github.com/en/github/site-policy/github-community-guidelines). diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000..f5a70f5 --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,37 @@ +# Governance Policy + +This document provides the minimum governance policy for Projects in the Organization. Maintainers agree to this policy and to abide by all of the Organization's polices, including the code of conduct, trademark policy, and antitrust policy by adding their name to the Maintainer's file. + +## 1. Roles. + +Each Project may include the following roles. Additional roles may be adopted and documented by the Project. + +**1.1. Maintainer**. “Maintainers” are responsible for organizing activities around developing, maintaining, and updating the Project. Maintainers are also responsible for determining consensus. Each Project will designate one or more Maintainer. A Project may add or remove Maintainers with the approval of the current Maintainers (absent the maintainer being removed) or oversight of the Organization's Technical Steering Committee ("TSC"). + +**1.2. Contributors**. “Contributors” are those that have made Contributions to the Project. + +## 2. Decisions. + +**2.1. Consensus-Based Decision Making**. Projects make decisions through consensus of the Maintainers. While explicit agreement of all Maintainers is preferred, it is not required for consensus. Rather, the Maintainers will determine consensus based on their good faith consideration of a number of factors, including the dominant view of the Contributors and nature of support and objections. The Maintainers will document evidence of consensus in accordance with these requirements. + +**2.2. Appeal Process**. Decisions may be appealed by opening an issue and that appeal will be considered by the maintainers in good faith, who will respond in writing within a reasonable time. If the maintainers deny the appeal, the appeal my be brought before the TSC, who will also respond in writing in a reasonable time. + +## 3. How We Work. + +**3.1. Openness**. Participation shall be open to all persons who are directly and materially affected by the activity in question. There shall be no undue financial barriers to participation. + +**3.2. Balance.** The development process should have a balance of interests. Contributors from diverse interest categories shall be sought with the objective of achieving balance. + +**3.3. Coordination and Harmonization.** Good faith efforts shall be made to resolve potential conflicts or incompatibility between releases in this Project. + +**3.4. Consideration of Views and Objections.** Prompt consideration shall be given to the written views and objections of all Contributors. + +**3.5. Written procedures.** This governance document and other materials documenting this project's development process shall be available to any interested person. + +## 4. No Confidentiality. + +Information disclosed in connection with any Project activity, including but not limited to meetings, Contributions, and submissions, is not confidential, regardless of any markings or statements to the contrary. + +## 5. Trademarks. + +Any names, trademarks, logos, or goodwill arising out of the Project - however owned - may be only used in accordance with the Organization's Trademark Policy. Maintainer's obligations under this section survive their affiliation with the Project. diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..85b735c --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,8 @@ +# Maintainers + +This document lists the Maintainers of Project InterpretML. Maintainers may be added once approved by consensus of the existing maintainers as described in the Governance document. By adding your name to this list you are agreeing to and to abide by the Project governance documents and to abide by all of the Organization's polices, including the code of conduct, trademark policy, and antitrust policy. If you are participating on behalf another organization (designated below), you represent that you have permission to bind that organization to these policies. + +| **NAME** | **Organization** | +| --- | --- | +| Romain Picard | SoftAtHome | +| Zied Aouini | SoftAtHome | \ No newline at end of file