forked from SAPTARSHI-coder/EaseMotion-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
32 lines (28 loc) · 1.52 KB
/
Copy pathCODEOWNERS
File metadata and controls
32 lines (28 loc) · 1.52 KB
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
29
30
31
32
# ============================================================
# CODEOWNERS — EaseMotion CSS
#
# This file defines who must review and approve changes to
# each part of the repository. GitHub will automatically
# request a review from the listed owners on every PR.
#
# IMPORTANT: Only the maintainer may approve and merge PRs.
# ============================================================
# ── Default owner for everything ─────────────────────────────
# All files require maintainer review unless overridden below.
* @SAPTARSHI-coder
# ── Core framework (strictly maintainer-only) ─────────────────
# These files define the framework. No contributor should
# ever modify them directly.
/core/ @SAPTARSHI-coder
/components/ @SAPTARSHI-coder
# ── Infrastructure ────────────────────────────────────────────
/.github/ @SAPTARSHI-coder
/easemotion.css @SAPTARSHI-coder
/README.md @SAPTARSHI-coder
/CONTRIBUTING.md @SAPTARSHI-coder
/LICENSE @SAPTARSHI-coder
# ── Submissions (open to contributors) ───────────────────────
# Contributors may add new folders here only.
# The wildcard means any PR touching existing files still
# requires maintainer review, but new files are permitted.
/submissions/examples/ @SAPTARSHI-coder