summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2024-04-19 09:39:41 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2024-04-19 10:10:47 +0800
commit5ed1dcd18e3e5c4f1b535e66444d8f4510242d90 (patch)
tree7bbb559b5418f56130135557f518438fb7cc53b9
parente166755b86a6f2d56cd9101dad85f2801f4279c5 (diff)
downloadmeta-intel-5ed1dcd18e3e5c4f1b535e66444d8f4510242d90.tar.gz
MAINTAINERS: convert to .md
Also update references to MAINTAINERS.md. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--README.md2
-rw-r--r--documentation/MAINTAINERS.md (renamed from MAINTAINERS)16
-rw-r--r--documentation/reporting_bugs.md2
3 files changed, 8 insertions, 12 deletions
diff --git a/README.md b/README.md
index b3b5e60b..ef1dd842 100644
--- a/README.md
+++ b/README.md
@@ -28,5 +28,5 @@ Dynamic additional dependencies:
28- [Guidelines for submitting patches](documentation/submitting_patches.md) 28- [Guidelines for submitting patches](documentation/submitting_patches.md)
29- [Reporting bugs](documentation/reporting_bugs.md) 29- [Reporting bugs](documentation/reporting_bugs.md)
30- [Reporting security bugs](SECURITY.md) 30- [Reporting security bugs](SECURITY.md)
31- [Maintainers](MAINTAINERS) 31- [Maintainers](documentation/MAINTAINERS.md)
32 32
diff --git a/MAINTAINERS b/documentation/MAINTAINERS.md
index 73a9fe3a..ea435849 100644
--- a/MAINTAINERS
+++ b/documentation/MAINTAINERS.md
@@ -1,15 +1,13 @@
1This file contains a list of BSP maintainers for the BSPs contained in
2the meta-intel repository.
3
4The purpose of this file is to provide contact information for 1The purpose of this file is to provide contact information for
5specific BSPs and other code contained within meta-intel. You should 2specific BSPs and other code contained within meta-intel. You should
6address questions and patches for a particular BSP or other code to 3address questions and patches for a particular BSP or other code to
7the appropriate maintainer listed in this file, cc'ing the meta-intel 4the appropriate maintainer listed in this file, cc'ing the meta-intel
8mailing list. This ensures that your question or patch will be 5mailing list. This ensures that your question or patch will be
9addressed by the appropriate person, and that it will be seen by other 6addressed by the appropriate person, and that it will be seen by other
10users who may be facing similar problems or questions. 7users who may be facing similar problems or questions.
11 8
12Please see the top-level README file for guidelines relating to the 9Please see the [Guidelines for submitting patches](submitting_patches.md)
10and [Reporting bugs](reporting_bugs.md) guidelines relating to the
13details of submitting patches, reporting problems, or asking questions 11details of submitting patches, reporting problems, or asking questions
14about any of the BSPs or other recipes contained within meta-intel. 12about any of the BSPs or other recipes contained within meta-intel.
15 13
@@ -26,7 +24,5 @@ Please keep this list in alphabetical order.
26 24
27Maintainers List (try to look for most precise areas first) 25Maintainers List (try to look for most precise areas first)
28 26
29 ----------------------------------- 27M: Anuj Mittal <anuj.mittal@intel.com>
30 28F: *
31M: Anuj Mittal <anuj.mittal@intel.com>
32F: *
diff --git a/documentation/reporting_bugs.md b/documentation/reporting_bugs.md
index 04a4d47f..59621c1e 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 [Maintainer](MAINTAINERS) file directly (cc:ing 4contact the maintainer listed in the [Maintainers](MAINTAINERS.md) file 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: