mirror of https://github.com/astral-sh/ruff
Add GitHub CODEOWNERS file (#5054)
## Summary Add GitHub CODEOWNERS file. Initiating this, we can discuss and iterate further. https://help.github.com/articles/about-codeowners/ ## Test Plan Look out for review requests :)
This commit is contained in:
parent
fc6580592d
commit
bf5fbf8971
|
|
@ -0,0 +1,9 @@
|
||||||
|
# GitHub code owners file. For more info: https://help.github.com/articles/about-codeowners/
|
||||||
|
#
|
||||||
|
# - Comment lines begin with `#` character.
|
||||||
|
# - Each line is a file pattern followed by one or more owners.
|
||||||
|
# - The '*' pattern is global owners.
|
||||||
|
# - Order is important. The last matching pattern has the most precedence.
|
||||||
|
|
||||||
|
# Jupyter
|
||||||
|
/crates/ruff/src/jupyter/ @dhruvmanila
|
||||||
Loading…
Reference in New Issue