summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2024-04-22 11:10:16 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2024-04-22 11:12:57 +0800
commit7165c20b435033a0abe0114cf52cb817cba6265e (patch)
tree6e2109f1e842d9562eefda0391cad23a39b940f9 /documentation
parent6ece731dc295fc182ecb0fb1f23bfaee6200800c (diff)
downloadmeta-intel-master.tar.gz
documentation: drop Maintainer.mdHEADscarthgapmaster
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/MAINTAINERS.md28
-rw-r--r--documentation/reporting_bugs.md2
-rw-r--r--documentation/submitting_patches.md2
3 files changed, 2 insertions, 30 deletions
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 @@
1The purpose of this file is to provide contact information for
2specific BSPs and other code contained within meta-intel. You should
3address questions and patches for a particular BSP or other code to
4the appropriate maintainer listed in this file, cc'ing the meta-intel
5mailing list. This ensures that your question or patch will be
6addressed by the appropriate person, and that it will be seen by other
7users who may be facing similar problems or questions.
8
9Please see the [Guidelines for submitting patches](submitting_patches.md)
10and [Reporting bugs](reporting_bugs.md) guidelines relating to the
11details of submitting patches, reporting problems, or asking questions
12about any of the BSPs or other recipes contained within meta-intel.
13
14Descriptions of section entries:
15
16 M: Mail patches to: FullName <address@domain>
17 F: Files and directories with wildcard patterns.
18 A trailing slash includes all files and subdirectory files.
19 F: common/ all files in and below common
20 F: common/* all files in common, but not below
21 One pattern per line. Multiple F: lines acceptable.
22
23Please keep this list in alphabetical order.
24
25Maintainers List (try to look for most precise areas first)
26
27M: Anuj Mittal <anuj.mittal@intel.com>
28F: *
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 @@
1## Reporting bugs 1## Reporting bugs
2 2
3If you have problems with or questions about a particular BSP, please 3If you have problems with or questions about a particular BSP, please
4contact the maintainer listed in the [Maintainers](MAINTAINERS.md) file directly (cc:ing 4contact the maintainer listed in the [Maintainer](../README.md#maintainers) section directly (cc:ing
5the Yocto mailing list puts it in the archive and helps other people 5the Yocto mailing list puts it in the archive and helps other people
6who might have the same questions in the future), but please try to do 6who might have the same questions in the future), but please try to do
7the following first: 7the 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
22larger and/or more involved patches and patch sets, the review process 22larger and/or more involved patches and patch sets, the review process
23may take longer. 23may take longer.
24 24
25Please see the [MAINTAINERS](MAINTAINERS.md) for the list of maintainers. It's also 25Please see the [maintainers](../README.md#maintainers) section for the list of maintainers. It's also
26a good idea to cc: the maintainer, if applicable. 26a good idea to cc: the maintainer, if applicable.