diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 10e1b7402..c3508e378 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -48,9 +48,9 @@ the TSC and its membership, are described in the project's `technical-charter`_. These are the current TSC voting members and chair person: -- Anthony Xu (chair): anthony.xu@intel.com +- Junjie Mao (chair): junjie.mao@intel.com - Helmut Buchsbaum: helmut.buchsbaum@tttech-industrial.com -- Thomas Gleixner: tglx@linutronix.de +- Thomas Gleixner: thomas.gleixner@intel.com .. _ACRN user mailing list: https://lists.projectacrn.org/g/acrn-user .. _BSD 3-Clause license: https://github.com/projectacrn/acrn-hypervisor/blob/master/LICENSE diff --git a/devicemodel/MAINTAINERS b/devicemodel/MAINTAINERS deleted file mode 100644 index a1e716776..000000000 --- a/devicemodel/MAINTAINERS +++ /dev/null @@ -1,34 +0,0 @@ -ACRN Device Model Maintainers -=========================== - -This file provides information about the primary maintainers for -ACRN Device Model Maintainers. - -In general, you should not privately email the maintainer. You should -email the acrn-dev list, but you can also Cc the maintainer. - -Descriptions of section entries: - - L: Mailing list that is relevant to this area (default is acrn-dev) - Patches and questions should be sent to the email list. - M: Cc address for patches and questions (ie, the package maintainer) - W: Web-page with status/info - T: SCM tree type and location. Type is one of: git, svn. - S: Status, one of the following: - Supported: Someone is actually paid to look after this. - Maintained: Someone actually looks after it. - Odd Fixes: It has a maintainer but they don't have time to do - much other than throw the odd patch in. See below. - Orphan: No current maintainer [but maybe you could take the - role as you write your new code]. - Obsolete: Old code. Something tagged obsolete generally means - it has been replaced by a better system and you - should be using that. - -Maintainers List ----------------- -W: https://projectacrn.org/ and https://projectacrn.github.io/ -S: Supported -L: https://lists.projectacrn.org/g/acrn-dev -T: git - https://github.com/projectacrn/acrn-devicemodel.git -M: Anthony Xu diff --git a/hypervisor/MAINTAINERS b/hypervisor/MAINTAINERS deleted file mode 100644 index 49af22793..000000000 --- a/hypervisor/MAINTAINERS +++ /dev/null @@ -1,35 +0,0 @@ -ACRN Hypervisor Maintainers -=========================== - -This file provides information about the primary maintainers for -ACRN Hypervisor Maintainers. - -In general, you should not privately email the maintainer. You should -email the acrn-dev list, but you can also Cc the maintainer. - -Descriptions of section entries: - - L: Mailing list that is relevant to this area (default is acrn-dev) - Patches and questions should be sent to the email list. - M: Cc address for patches and questions (ie, the package maintainer) - W: Web-page with status/info - T: SCM tree type and location. Type is one of: git, svn. - S: Status, one of the following: - Supported: Someone is actually paid to look after this. - Maintained: Someone actually looks after it. - Odd Fixes: It has a maintainer but they don't have time to do - much other than throw the odd patch in. See below. - Orphan: No current maintainer [but maybe you could take the - role as you write your new code]. - Obsolete: Old code. Something tagged obsolete generally means - it has been replaced by a better system and you - should be using that. - -Maintainers List ----------------- -W: https://projectacrn.org/ and https://projectacrn.github.io/ -S: Supported -L: https://lists.projectacrn.org/g/acrn-dev -T: git - https://github.com/projectacrn/acrn-hypervisor.git -M: Eddie Dong -M: Anthony Xu