-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
29 lines (23 loc) · 783 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
29 lines (23 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Code owners for CG-Bundler repository
# This file defines who should be automatically requested for review
# when changes are made to specific files or directories.
#
# More information: https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global code owner - applies to all files unless overridden
* @MathieuSoysal
# Rust source code
/src/ @MathieuSoysal
/Cargo.toml @MathieuSoysal
/Cargo.lock @MathieuSoysal
# Configuration files
/.github/ @MathieuSoysal
/deny.toml @MathieuSoysal
/sonar-project.properties @MathieuSoysal
# Documentation
/README.md @MathieuSoysal
/CHANGELOG.md @MathieuSoysal
/CONTRIBUTING.md @MathieuSoysal
# Examples
/examples/ @MathieuSoysal
# Tests
/tests/ @MathieuSoysal