diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2024-04-19 09:39:40 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-04-19 10:10:47 +0800 |
commit | e166755b86a6f2d56cd9101dad85f2801f4279c5 (patch) | |
tree | 5e85a709760e0ede3e281ce82de493b16cb44e2f /documentation/submitting_patches.md | |
parent | 0093d9f2eaf97063c81bc73736ebe7c29a69200f (diff) | |
download | meta-intel-e166755b86a6f2d56cd9101dad85f2801f4279c5.tar.gz |
documentation: update and restructure README
Update README content, reference and links. Also, split and convert this
into multiple markdown files.
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'documentation/submitting_patches.md')
-rw-r--r-- | documentation/submitting_patches.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/documentation/submitting_patches.md b/documentation/submitting_patches.md new file mode 100644 index 00000000..41a039bd --- /dev/null +++ b/documentation/submitting_patches.md | |||
@@ -0,0 +1,26 @@ | |||
1 | ## Guidelines for submitting patches | ||
2 | |||
3 | Please submit any patches against meta-intel BSPs to the | ||
4 | [meta-intel mailing list](https://lists.yoctoproject.org/g/meta-intel) | ||
5 | (email: meta-intel@lists.yoctoproject.org). Also, if your patches are | ||
6 | available via a public git repository, please also include a URL to | ||
7 | the repo and branch containing your patches as that makes it easier | ||
8 | for maintainers to grab and test your patches. | ||
9 | |||
10 | The patches should follow the suggestions outlined in the | ||
11 | [Yocto Project and OpenEmbedded Contributor Guide](https://docs.yoctoproject.org/dev/contributor-guide/index.html). | ||
12 | In addition, for any non-trivial patch, provide information about how you | ||
13 | tested the patch, and for any non-trivial or non-obvious testing | ||
14 | setup, provide details of that setup. | ||
15 | |||
16 | Doing a quick 'git log' in meta-intel will provide you with many | ||
17 | examples of good example commits if you have questions about any | ||
18 | aspect of the preferred format. | ||
19 | |||
20 | The meta-intel maintainers will do their best to review and/or pull in | ||
21 | a patch or patch sets within 24 hours of the time it was posted. For | ||
22 | larger and/or more involved patches and patch sets, the review process | ||
23 | may take longer. | ||
24 | |||
25 | Please see the [MAINTAINERS](MAINTAINERS.md) for the list of maintainers. It's also | ||
26 | a good idea to cc: the maintainer, if applicable. | ||