diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2024-04-19 09:39:41 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-04-19 10:10:47 +0800 |
commit | 5ed1dcd18e3e5c4f1b535e66444d8f4510242d90 (patch) | |
tree | 7bbb559b5418f56130135557f518438fb7cc53b9 /documentation | |
parent | e166755b86a6f2d56cd9101dad85f2801f4279c5 (diff) | |
download | meta-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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/MAINTAINERS.md | 28 | ||||
-rw-r--r-- | documentation/reporting_bugs.md | 2 |
2 files changed, 29 insertions, 1 deletions
diff --git a/documentation/MAINTAINERS.md b/documentation/MAINTAINERS.md new file mode 100644 index 00000000..ea435849 --- /dev/null +++ b/documentation/MAINTAINERS.md | |||
@@ -0,0 +1,28 @@ | |||
1 | The purpose of this file is to provide contact information for | ||
2 | specific BSPs and other code contained within meta-intel. You should | ||
3 | address questions and patches for a particular BSP or other code to | ||
4 | the appropriate maintainer listed in this file, cc'ing the meta-intel | ||
5 | mailing list. This ensures that your question or patch will be | ||
6 | addressed by the appropriate person, and that it will be seen by other | ||
7 | users who may be facing similar problems or questions. | ||
8 | |||
9 | Please see the [Guidelines for submitting patches](submitting_patches.md) | ||
10 | and [Reporting bugs](reporting_bugs.md) guidelines relating to the | ||
11 | details of submitting patches, reporting problems, or asking questions | ||
12 | about any of the BSPs or other recipes contained within meta-intel. | ||
13 | |||
14 | Descriptions 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 | |||
23 | Please keep this list in alphabetical order. | ||
24 | |||
25 | Maintainers List (try to look for most precise areas first) | ||
26 | |||
27 | M: Anuj Mittal <anuj.mittal@intel.com> | ||
28 | F: * | ||
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 | ||
3 | If you have problems with or questions about a particular BSP, please | 3 | If you have problems with or questions about a particular BSP, please |
4 | contact the maintainer listed in the [Maintainer](MAINTAINERS) file directly (cc:ing | 4 | contact the maintainer listed in the [Maintainers](MAINTAINERS.md) file directly (cc:ing |
5 | the Yocto mailing list puts it in the archive and helps other people | 5 | the Yocto mailing list puts it in the archive and helps other people |
6 | who might have the same questions in the future), but please try to do | 6 | who might have the same questions in the future), but please try to do |
7 | the following first: | 7 | the following first: |