documentation: drop Maintainer.md

drop the Maintainer.md and add maintainer section at README.md.

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Lee Chee Yang 2024-04-22 11:10:16 +08:00 committed by Anuj Mittal
parent 6ece731dc2
commit 7165c20b43
4 changed files with 6 additions and 31 deletions

View File

@ -28,5 +28,8 @@ Dynamic additional dependencies:
- [Guidelines for submitting patches](documentation/submitting_patches.md)
- [Reporting bugs](documentation/reporting_bugs.md)
- [Reporting security bugs](SECURITY.md)
- [Maintainers](documentation/MAINTAINERS.md)
## Maintainers
- Anuj Mittal <anuj.mittal@intel.com>

View File

@ -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 <address@domain>
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 <anuj.mittal@intel.com>
F: *

View File

@ -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:

View File

@ -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.