mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-03-12 04:36:10 -07:00
github: added CODEOWNERS for automated review list
This commit is to enable the CODEOWNERS template that is provieded by GitHub infrastructure. It is to improve the code review's effort and time on upcoming PRs by adding this template. Signed-off-by: Geunsik Lim <leemgs@gmail.com> Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
This commit is contained in:
parent
e5825da8be
commit
a3cc690834
11
.github/CODEOWNERS
vendored
Normal file
11
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# This is a comment. Each line is a file pattern followed by one or more owners.
|
||||
# For more details, visit https://help.github.com/articles/about-codeowners/
|
||||
#
|
||||
# Note that the current version of github.com (community edition) does not
|
||||
# translate "@org/team-name" correctly, although the GitHub webpage depicts how
|
||||
# to use "@org/team-name" as well as "@username" format. So, We need to append
|
||||
# all member IDs directly to avoid unexpected situations.
|
||||
|
||||
# In order that all members of a repository are supposed to review each other
|
||||
* @moyix
|
||||
documentation @moyix @leemgs
|
Loading…
x
Reference in New Issue
Block a user