Skip to content

Commit beac5b8

Browse files
committed
Move and activate CODEOWNERS
Moves CODEOWNERS from the repo root to .github/ and replaces the fully-commented-out file with an active configuration using @react-ui-org/maintainers as the default team. Closes #632
1 parent 8c32295 commit beac5b8

3 files changed

Lines changed: 25 additions & 27 deletions

File tree

.github/CODEOWNERS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Default owners for code review
2+
* @react-ui-org/maintainers
3+
4+
# Protect against unauthorized changes
5+
/.github/CODEOWNERS @react-ui-org/maintainers
6+
7+
# Hard gates — specific approval required regardless of availability
8+
9+
# Infra & build tooling
10+
/docker/ @bedrich-schindler @mbohal
11+
/docker-compose.yml @bedrich-schindler @mbohal
12+
/webpack.config.babel.js @bedrich-schindler @mbohal
13+
/babel.config.js @bedrich-schindler @mbohal
14+
/jest.config.js @bedrich-schindler @mbohal
15+
/.eslintrc @bedrich-schindler @mbohal
16+
17+
# Styles & style tooling
18+
/src/theme.scss @adamkudrna
19+
/stylelint.config.js @adamkudrna
20+
/postcss.config.js @adamkudrna
21+
22+
# Soft gates — any team member can review, but relevant expert is notified
23+
*.md @adamkudrna @react-ui-org/maintainers
24+
/src/docs/ @adamkudrna @react-ui-org/maintainers
25+
/src/styles/ @adamkudrna @react-ui-org/maintainers

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
.gitignore
1919
.markdownlint.jsonc
2020
babel.config.js
21-
CODEOWNERS
2221
docker-compose.yml
2322
jest.config.js
2423
mkdocs.yml

CODEOWNERS

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)