wasm-micro-runtime/CODEOWNERS
Line: 25: incorrect codeowner user: lum1n0us Line: 25: incorrect codeowner user: TianlongLiang Line: 25: incorrect codeowner user: yamt Line: 25: no users/groups matched Line: 31: incorrect codeowner user: loganek Line: 31: incorrect codeowner user: lum1n0us Line: 31: incorrect codeowner user: no1wudi Line: 31: incorrect codeowner user: TianlongLiang Line: 31: incorrect codeowner user: yamt Line: 31: no users/groups matched Line: 32: incorrect codeowner user: loganek Line: 32: incorrect codeowner user: lum1n0us Line: 32: incorrect codeowner user: no1wudi Line: 32: incorrect codeowner user: TianlongLiang Line: 32: incorrect codeowner user: yamt Line: 32: no users/groups matched Line: 33: incorrect codeowner user: loganek Line: 33: incorrect codeowner user: srberard Line: 33: no users/groups matched Line: 34: incorrect codeowner user: lum1n0us Line: 34: incorrect codeowner user: yamt Line: 34: no users/groups matched Line: 35: incorrect codeowner user: lum1n0us Line: 35: incorrect codeowner user: no1wudi Line: 35: incorrect codeowner user: TianlongLiang Line: 35: incorrect codeowner user: yamt Line: 35: no users/groups matched Line: 37: incorrect codeowner user: loganek Line: 37: incorrect codeowner user: lum1n0us Line: 37: incorrect codeowner user: no1wudi Line: 37: incorrect codeowner user: TianlongLiang Line: 37: incorrect codeowner user: yamt Line: 37: no users/groups matched Line: 39: incorrect codeowner user: yamt Line: 39: no users/groups matched Line: 40: incorrect codeowner user: no1wudi Line: 40: no users/groups matched Line: 41: incorrect codeowner user: loganek Line: 41: no users/groups matched Line: 42: incorrect codeowner user: srberard Line: 42: no users/groups matched

43 lines
2.0 KiB
Plaintext

# In this project, we use CODEOWNERS to identify people who are likely to know
# who should review a pull request.
#
# People listed in this file are committing to respond in a timely fashion to
# PRs in the selected areas. However, that response doesn't have to be a full
# code review; it could also take any of these forms:
#
# - "I intend to review this but I can't yet. Please leave me a message if I
# haven't responded by (a specific date in the near future)."
#
# - "I think (a specific other contributor) should review this." (Note that the
# best reviewer for a PR may not necessarily be listed in this file.)
#
# People must only be added to this file if they've agreed to provide one of
# the above responses in a reasonable amount of time for every PR to which
# they're assigned.
#
# We only ask for this commitment from people who are employed full-time to
# work on this project. We gratefully welcome reviews from other contributors,
# but we don't believe it's fair to ask volunteers to respond quickly.
# If none of the later patterns match, assign to anyone. This team is the
# parent of all the other teams and automatically includes everyone on those
# teams.
* @lum1n0us @TianlongLiang @yamt
# Some parts of the project require more specialized knowledge. In those areas
# we designate smaller groups who are more likely to be aware of who's working
# in specific areas.
/core/iwasm/core @loganek @lum1n0us @no1wudi @TianlongLiang @yamt
/core/iwasm/interpreter @loganek @lum1n0us @no1wudi @TianlongLiang @yamt
/core/iwasm/libraries/lib-socket @loganek @srberard
/core/iwasm/libraries/wasi-nn @lum1n0us @yamt
/core/iwasm @lum1n0us @no1wudi @TianlongLiang @yamt
/docs/ @loganek @lum1n0us @no1wudi @TianlongLiang @yamt
/product-mini/platforms/darwin/ @yamt
/product-mini/platforms/nuttx/ @no1wudi
/product-mini/platforms/windows/ @loganek
/product-mini/platforms/zephyr/ @srberard