File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # CODEOWNERS file for go-stl
2+ #
3+ # This file defines who is responsible for reviewing and approving changes
4+ # to different parts of the codebase.
5+ #
6+ # For more information, see:
7+ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
8+
9+ # Default owner for everything in the repo
10+ * @ dev-sujan
11+
12+ # Core library implementation
13+ /stl / @ dev-sujan
14+
15+ # Documentation
16+ /docs / @ dev-sujan
17+
18+ # Examples
19+ /examples / @ dev-sujan
20+
21+ # Internal implementations
22+ /internal / @ dev-sujan
23+
24+ # CI/CD workflows
25+ /.github /workflows / @ dev-sujan
26+
27+ # Go module files
28+ go.mod @ dev-sujan
29+ go.sum @ dev-sujan
30+
31+ # Configuration files
32+ /.golangci.yml @ dev-sujan
You can’t perform that action at this time.
0 commit comments