-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (21 loc) · 747 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
26 lines (21 loc) · 747 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
# CODEOWNERS
#
# Each line defines the owner(s) for matching files/directories.
# The last matching pattern takes precedence.
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global owner — all files default to @iamvirul
* @iamvirul
# Core application
/cmd/ @iamvirul
/internal/ @iamvirul
/pkg/ @iamvirul
# Tests
/tests/ @iamvirul
# CI/CD and release
/.github/ @iamvirul
/.goreleaser.yml @iamvirul
# Documentation
/website/ @iamvirul
/README.md @iamvirul
/SECURITY.md @iamvirul
/CHANGELOG.md @iamvirul