File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: MPL-2.0
2+ # CODEOWNERS - Define code review assignments for GitHub
3+ # See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4+
5+ # Default: sole maintainer for all files
6+ * @ hyperpolymath
7+
8+ # Security-sensitive files require explicit ownership
9+ SECURITY.md @ hyperpolymath
10+ .github /workflows / @ hyperpolymath
11+ .machine_readable / @ hyperpolymath
12+ contractiles / @ hyperpolymath
13+
14+ # License files
15+ LICENSE @ hyperpolymath
16+ LICENSES / @ hyperpolymath
17+
18+ # Configuration
19+ .gitignore @ hyperpolymath
20+ .github / @ hyperpolymath
21+
22+ # Documentation
23+ README * @ hyperpolymath
24+ CONTRIBUTING * @ hyperpolymath
25+ CODE_OF_CONDUCT * @ hyperpolymath
26+ GOVERNANCE * @ hyperpolymath
27+ MAINTAINERS * @ hyperpolymath
28+ CHANGELOG * @ hyperpolymath
29+ ROADMAP * @ hyperpolymath
30+
31+ # Build and CI
32+ Justfile @ hyperpolymath
33+ Makefile @ hyperpolymath
34+ * .sh @ hyperpolymath
You can’t perform that action at this time.
0 commit comments