-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (23 loc) · 808 Bytes
/
CODEOWNERS
File metadata and controls
28 lines (23 loc) · 808 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
27
28
# CODEOWNERS
# This file defines code ownership for the Paperlyte landing page repository.
# Code owners are automatically requested for review when someone opens a pull request
# that modifies code they own.
#
# More info: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default ownership - all files
* @shazzar00ni
# Core configuration files
/package.json @shazzar00ni
/tsconfig*.json @shazzar00ni
/vite.config.ts @shazzar00ni
/eslint.config.js @shazzar00ni
# Build and deployment configuration
/.github/ @shazzar00ni
/netlify.toml @shazzar00ni
# Design system and styles
/src/styles/ @shazzar00ni
/src/constants/ @shazzar00ni
# Documentation
/README.md @shazzar00ni
/CLAUDE.md @shazzar00ni
/LICENSE @shazzar00ni