Skip to content

Commit cfdab2d

Browse files
authored
enhance: CODEWOWNERS (#318)
I want to be pinged for PRs on certain files. Another contributor can use this file to request the same.
1 parent eb46fce commit cfdab2d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/CODEOWNERS

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
2+
3+
# architecture
4+
/.github/ @wesleyboar
5+
.gitignore @wesleyboar
6+
7+
# projects
8+
# simple customizations
9+
/*_assets/ @wesleyboar
10+
# uses incomplete tup-cms circa 2023
11+
/demdata_cms/ @wesleyboar
12+
13+
# docs
14+
/docs/ @wesleyboar
15+
/README.md @wesleyboar

0 commit comments

Comments
 (0)