xref: /wasmtime-44.0.1/CODEOWNERS (revision f944f6a6)
1# In this project, we use CODEOWNERS to identify people who are likely to know
2# who should review a pull request.
3#
4# People listed in this file are committing to respond in a timely fashion to
5# PRs in the selected areas. However, that response doesn't have to be a full
6# code review; it could also take any of these forms:
7#
8# - "I intend to review this but I can't yet. Please leave me a message if I
9#   haven't responded by (a specific date in the near future)."
10#
11# - "I think (a specific other contributor) should review this." (Note that the
12#   best reviewer for a PR may not necessarily be listed in this file.)
13#
14# People must only be added to this file if they've agreed to provide one of
15# the above responses in a reasonable amount of time for every PR to which
16# they're assigned.
17#
18# We only ask for this commitment from people who are employed full-time to
19# work on this project. We gratefully welcome reviews from other contributors,
20# but we don't believe it's fair to ask volunteers to respond quickly.
21
22# If none of the later patterns match, assign to anyone. This team is the
23# parent of all the other teams and automatically includes everyone on those
24# teams.
25* @bytecodealliance/wasmtime-default-reviewers
26
27# Some parts of the project require more specialized knowledge. In those areas
28# we designate smaller groups who are more likely to be aware of who's working
29# in specific areas.
30
31# Wasmtime
32/crates/   @bytecodealliance/wasmtime-core-reviewers
33/examples/ @bytecodealliance/wasmtime-core-reviewers
34/src/      @bytecodealliance/wasmtime-core-reviewers
35/tests/    @bytecodealliance/wasmtime-core-reviewers
36
37# WASI
38/crates/wasi* @bytecodealliance/wasmtime-wasi-reviewers
39
40# Cranelift/Winch compilers
41/cranelift/       @bytecodealliance/wasmtime-compiler-reviewers
42/winch/           @bytecodealliance/wasmtime-compiler-reviewers
43/crates/cranelift @bytecodealliance/wasmtime-compiler-reviewers
44/crates/winch     @bytecodealliance/wasmtime-compiler-reviewers
45
46# Fuzz testing
47/fuzz/          @bytecodealliance/wasmtime-fuzz-reviewers
48/crates/fuzzing @bytecodealliance/wasmtime-fuzz-reviewers
49