Skip to content

Commit

Permalink
Add GitHub CODEOWNERS file (#5054)
Browse files Browse the repository at this point in the history
## 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 :)
  • Loading branch information
dhruvmanila authored Jun 14, 2023
1 parent fc65805 commit bf5fbf8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf5fbf8

Please sign in to comment.