|
1 | 1 | # lockbox-extension code owners |
2 | 2 | # https://help.github.com/articles/about-codeowners/ |
3 | 3 |
|
4 | | -# tests should also be reviewed by @m8ttyB |
5 | | -/test/ @jimporter @m8ttyB |
| 4 | +# integration tests and related config are maintained by PI |
| 5 | +/requirements/ @mozilla-lockbox/product-integrity |
| 6 | +/test/integration/ @mozilla-lockbox/product-integrity |
| 7 | +/.pyup.ini @mozilla-lockbox/product-integrity |
| 8 | +/setup.cfg @mozilla-lockbox/product-integrity |
| 9 | +/tox.ini @mozilla-lockbox/product-integrity |
6 | 10 |
|
7 | | -# docs are shepherded by @devinreams |
8 | | -/docs/ @jimporter @devinreams |
| 11 | +# test plans are maintained by PI |
| 12 | +/docs/developer/test-plan* @mozilla-lockbox/product-integrity |
| 13 | + |
| 14 | +# metrics docs are maintained by Leif |
| 15 | +/docs/metrics.md @irrationalagent |
| 16 | + |
| 17 | +# unit tests and related config are maintained by engineering |
| 18 | +/test/unit/ @mozilla-lockbox/desktop-engineering |
| 19 | +/test/ @mozilla-lockbox/desktop-engineering |
| 20 | + |
| 21 | +# source code and all other docs are maintained by engineering |
| 22 | +/src/ @mozilla-lockbox/desktop-engineering |
| 23 | +/docs/ @mozilla-lockbox/desktop-engineering |
| 24 | + |
| 25 | +# release notes are maintained by the product owners |
| 26 | +/docs/release-notes.md @mozilla-lockbox/product |
9 | 27 |
|
10 | 28 | # include Flod for l10n string changes |
11 | 29 | # @todo uncomment below after initial string freeze |
12 | 30 | #src/webextension/locales/en-US/*.ftl @flodolo |
13 | 31 |
|
14 | | -# otherwise, everything is to be reviewed by @jimporter |
15 | | -* @jimporter |
| 32 | +# otherwise, everything is to be reviewed by the desktop team |
| 33 | +* @mozilla-lockbox/desktop-engineering |
0 commit comments