CODEOWNERS: refer to github documentation on file syntax

Add a link to online github documentation with regard to
file syntax and how it can be tested.

Suggested-by: Marc Herbert <marc.herbert@intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2023-02-20 19:27:49 +02:00 committed by Liam Girdwood
parent 94a128d516
commit 430893f18a
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
# File patterns work mostly like .gitignore. Try to keep this file
# simple because it's literally impossible to test.
#
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# include files
src/include/sof/drivers/dmic.h @singalsu