-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
52 lines (38 loc) · 3.23 KB
/
CODEOWNERS
File metadata and controls
52 lines (38 loc) · 3.23 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# CODEOWNERS — Kntro-Soft / Report
#
# Defines the owners responsible for each section of the report.
# Owners are automatically requested as reviewers on every PR
# that modifies files under their responsibility.
#
# Format: <pattern> @<github-username>
# Global repository owner (Report Tech Lead)
* @jhosepmyr
# ─── Cover page, Version History, and general structure ─────────────────────
README.md @jhosepmyr @Eric396 @salimramirez @VarBus @Kyrubi
# ─── Brand & logos ──────────────────────────────────────────────────────────
assets/brand/ @jhosepmyr
# ─── Team photos ────────────────────────────────────────────────────────────
assets/team/ @jhosepmyr
# ─── Collaboration insights ──────────────────────────────────────────────────
assets/insights/ @jhosepmyr
# ─── Chapter I: Lean UX ─────────────────────────────────────────────────────
assets/lean-ux/ @jhosepmyr
# ─── Chapter II: Interviews ─────────────────────────────────────────────────
assets/interviews/ @jhosepmyr
# ─── Chapter II: User Research ──────────────────────────────────────────────
assets/user-research/ @jhosepmyr
# ─── Chapter IV: EventStorming ──────────────────────────────────────────────
assets/event-storming/ @jhosepmyr
# ─── Chapter IV: Domain-Driven Design ───────────────────────────────────────
assets/ddd/ @jhosepmyr
# ─── Chapter IV: Software Architecture (C4) ─────────────────────────────────
assets/architecture/ @jhosepmyr
# ─── Chapter VI: Solution UX Design (wireframes, wireflows, mockups, style) ─
assets/ui/ @jhosepmyr
# ─── Annexes ────────────────────────────────────────────────────────────────
assets/annexes/ @jhosepmyr
# ─── Repository governance files ────────────────────────────────────────────
CHANGELOG.md @jhosepmyr
CONTRIBUTING.md @jhosepmyr
AUTHORS.md @jhosepmyr
.github/ @jhosepmyr