diff options
author | Gunnar Mills <gmills@us.ibm.com> | 2022-07-20 18:34:26 +0300 |
---|---|---|
committer | Gunnar Mills <gmills@us.ibm.com> | 2022-07-28 18:57:50 +0300 |
commit | 214dafe864805cd53757c7f5921899615f0584fb (patch) | |
tree | b19d331414a030bcb8db180504ac72b64c0ac362 | |
parent | 46d7a1fc16d1a9579fbebab773a74131888a30db (diff) | |
download | webui-vue-214dafe864805cd53757c7f5921899615f0584fb.tar.xz |
Remove old MAINTAINERS file
The OWNERS file has replaced the function of the MAINTAINERS file.
Tested: Documentation only.
The same change to bmcweb here:
https://github.com/openbmc/bmcweb/commit/3862cb1ddae1d44e41331c896d53d6852f545286
Change-Id: I5d995075f1d521170e37e9be09f5d5747dad7b1b
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r-- | MAINTAINERS | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index 5c3fb83e3..000000000 --- a/MAINTAINERS +++ /dev/null @@ -1,46 +0,0 @@ -How to use this list: - Find the most specific section entry (described below) that matches where - your change lives and add the reviewers (R) and maintainers (M) as - reviewers. You can use the same method to track down who knows a particular - code base best. - - Your change/query may span multiple entries; that is okay. - - If you do not find an entry that describes your request at all, someone - forgot to update this list; please at least file an issue or send an email - to a maintainer, but preferably you should just update this document. - -Description of section entries: - - Section entries are structured according to the following scheme: - - X: NAME <EMAIL_USERNAME@DOMAIN> <DISCORD_USERNAME!> - X: ... - . - . - . - - Where REPO_NAME is the name of the repository within the OpenBMC GitHub - organization; FILE_PATH is a file path within the repository, possibly with - wildcards; X is a tag of one of the following types: - - M: Denotes maintainer; has fields NAME <EMAIL_USERNAME@DOMAIN> <DISCORD_USERNAME!>; - if omitted from an entry, assume one of the maintainers from the - MAINTAINERS entry. - R: Denotes reviewer; has fields NAME <EMAIL_USERNAME@DOMAIN> <DISCORD_USERNAME!>; - these people are to be added as reviewers for a change matching the repo - path. - F: Denotes forked from an external repository; has fields URL. - - Line comments are to be denoted "# SOME COMMENT" (typical shell style - comment); it is important to follow the correct syntax and semantics as we - may want to use automated tools with this file in the future. - - A change cannot be added to an OpenBMC repository without a MAINTAINER's - approval; thus, a MAINTAINER should always be listed as a reviewer. - -START OF MAINTAINERS LIST -------------------------- - -M: Gunnar Mills <gmills@linux.vnet.ibm.com> <gunnarm!> -M: Dixsie Wolmers <dixsie@ibm.com> <Dixsie!> |