We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb46fce commit cfdab2dCopy full SHA for cfdab2d
.github/CODEOWNERS
@@ -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