mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add CODEOWNERS.
This commit is contained in:
parent
6727665878
commit
e0ee0bde53
1 changed files with 10 additions and 0 deletions
10
.github/CODEOWNERS
vendored
Normal file
10
.github/CODEOWNERS
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# https://help.github.com/en/articles/about-code-owners
|
||||
|
||||
# Absolute paths match from root of the repository. Relative paths match anywhere
|
||||
# in the repository, i.e. bar/baz will match /bar/baz and /foo/bar/baz.
|
||||
|
||||
# The default owners for everything that is not overridden by specific patterns below.
|
||||
* @int19h @karthiknadig
|
||||
|
||||
# Order is important: the last matching pattern overrides all the preceding ones.
|
||||
/src/ptvsd/_vendored/pydevd/ @fabioz
|
||||
Loading…
Add table
Add a link
Reference in a new issue