-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODEOWNERS
Validating CODEOWNERS rules...
30 lines (25 loc) · 1.17 KB
/
CODEOWNERS
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
# --- Only integration developers ---
* @myparcelnl/integration
# --- Both integration and frontend developers ---
*.json @myparcelnl/integration @myparcelnl/frontend
*.md @myparcelnl/integration @myparcelnl/frontend
*.yml @myparcelnl/integration @myparcelnl/frontend
# Css and related file types
*.css @myparcelnl/integration @myparcelnl/frontend
*.sass @myparcelnl/integration @myparcelnl/frontend
*.scss @myparcelnl/integration @myparcelnl/frontend
*.styl @myparcelnl/integration @myparcelnl/frontend
# HTML and HTML-like
*.hbs @myparcelnl/integration @myparcelnl/frontend
*.html @myparcelnl/integration @myparcelnl/frontend
*.tpl @myparcelnl/integration @myparcelnl/frontend
*.twig @myparcelnl/integration @myparcelnl/frontend
# Images
*.jpeg @myparcelnl/integration @myparcelnl/frontend
*.jpg @myparcelnl/integration @myparcelnl/frontend
*.png @myparcelnl/integration @myparcelnl/frontend
*.svg @myparcelnl/integration @myparcelnl/frontend
# --- Exceptions ---
# Include IT support for readme changes
readme.md @myparcelnl/integration @myparcelnl/frontend @myparcelnl/it-support
README.md @myparcelnl/integration @myparcelnl/frontend @myparcelnl/it-support