From 7165c20b435033a0abe0114cf52cb817cba6265e Mon Sep 17 00:00:00 2001 From: Lee Chee Yang Date: Mon, 22 Apr 2024 11:10:16 +0800 Subject: documentation: drop Maintainer.md drop the Maintainer.md and add maintainer section at README.md. Signed-off-by: Lee Chee Yang Signed-off-by: Anuj Mittal --- documentation/MAINTAINERS.md | 28 ---------------------------- documentation/reporting_bugs.md | 2 +- documentation/submitting_patches.md | 2 +- 3 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 documentation/MAINTAINERS.md (limited to 'documentation') diff --git a/documentation/MAINTAINERS.md b/documentation/MAINTAINERS.md deleted file mode 100644 index ea435849..00000000 --- a/documentation/MAINTAINERS.md +++ /dev/null @@ -1,28 +0,0 @@ -The purpose of this file is to provide contact information for -specific BSPs and other code contained within meta-intel. You should -address questions and patches for a particular BSP or other code to -the appropriate maintainer listed in this file, cc'ing the meta-intel -mailing list. This ensures that your question or patch will be -addressed by the appropriate person, and that it will be seen by other -users who may be facing similar problems or questions. - -Please see the [Guidelines for submitting patches](submitting_patches.md) -and [Reporting bugs](reporting_bugs.md) guidelines relating to the -details of submitting patches, reporting problems, or asking questions -about any of the BSPs or other recipes contained within meta-intel. - -Descriptions of section entries: - - M: Mail patches to: FullName - F: Files and directories with wildcard patterns. - A trailing slash includes all files and subdirectory files. - F: common/ all files in and below common - F: common/* all files in common, but not below - One pattern per line. Multiple F: lines acceptable. - -Please keep this list in alphabetical order. - -Maintainers List (try to look for most precise areas first) - -M: Anuj Mittal -F: * diff --git a/documentation/reporting_bugs.md b/documentation/reporting_bugs.md index 59621c1e..5fbc3d27 100644 --- a/documentation/reporting_bugs.md +++ b/documentation/reporting_bugs.md @@ -1,7 +1,7 @@ ## Reporting bugs If you have problems with or questions about a particular BSP, please -contact the maintainer listed in the [Maintainers](MAINTAINERS.md) file directly (cc:ing +contact the maintainer listed in the [Maintainer](../README.md#maintainers) section directly (cc:ing the Yocto mailing list puts it in the archive and helps other people who might have the same questions in the future), but please try to do the following first: diff --git a/documentation/submitting_patches.md b/documentation/submitting_patches.md index 41a039bd..f36c4b08 100644 --- a/documentation/submitting_patches.md +++ b/documentation/submitting_patches.md @@ -22,5 +22,5 @@ a patch or patch sets within 24 hours of the time it was posted. For larger and/or more involved patches and patch sets, the review process may take longer. -Please see the [MAINTAINERS](MAINTAINERS.md) for the list of maintainers. It's also +Please see the [maintainers](../README.md#maintainers) section for the list of maintainers. It's also a good idea to cc: the maintainer, if applicable. -- cgit v1.2.3-54-g00ecf