mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 11:43:06 +03:00
Create CODEOWNERS (#195)
* Create CODEOWNERS
* refactor(folders): keep lockstep with refactor/crates
added new folder codeowners
* refactor(names)
From the perspective of semantics, Shakespeare was wrong. Even if it smells as sweet, linguistic context helps you to know what to expect to smell before you smell the thing you want to smell.
# 👃
Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
This commit is contained in:
parent
cd85d681b7
commit
7bd0c2f06d
24
.github/CODEOWNERS
vendored
Normal file
24
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
# Current WG Code Sub Teams:
|
||||
# @tauri-apps/admins
|
||||
# @tauri-apps/bundler
|
||||
# @tauri-apps/core
|
||||
# @tauri-apps/js-cli
|
||||
# @tauri-apps/testing
|
||||
|
||||
# admins default to review
|
||||
# Order is important; the last matching pattern takes the most precedence.
|
||||
* @tauri-apps/admins
|
||||
|
||||
.github @tauri-apps/admins @tauri-apps/testing
|
||||
|
||||
/examples/ @tauri-apps/testing
|
||||
|
||||
/cli/tauri-cli/ @tauri-apps/bundler
|
||||
|
||||
/cli/tauri.js/ @tauri-apps/js-cli
|
||||
|
||||
/tauri-update/ @tauri-apps/core
|
||||
|
||||
/tauri-api/ @tauri-apps/core
|
||||
|
||||
/tauri/ @tauri-apps/core
|
Loading…
Reference in New Issue
Block a user