소스 검색

Merge pull request #596 from MartinFillon/change-codeowner

chore: add myself to codeowners to watch modifications on parsing
Christina Sørensen 2 년 전
부모
커밋
164748945d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/CODEOWNERS

+ 3 - 0
.github/CODEOWNERS

@@ -50,3 +50,6 @@ completions/nush/* @PThorpe92
 src/output/grid.rs @PThorpe92
 src/output/grid_details.rs @PThorpe92
 src/output/file_name.rs @PThorpe92
+
+# Options parsing
+src/options/* @MartinFillon