-
-
Notifications
You must be signed in to change notification settings - Fork 619
Expand file tree
/
Copy pathCODEOWNERS
More file actions
33 lines (22 loc) · 971 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
33 lines (22 loc) · 971 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
29
30
31
32
33
# Codeowners file for LinksHub repository
# This file defines the code owners for the LinksHub repository. Code owners are responsible for reviewing and approving any changes to the code in their respective areas
## Files
README.md @CBID2 @rupali-codes
.gitignore @CBID2 @rupali-codes
LICENSE @rupali-codes @CBID2
.github/workflows/ @rupali-codes @CBID2
app/ @rupali-codes
components/ @CBID2 @rupali-codes
lib/ @CBID2 @rupali-codes
tests/ @rupali-codes @CBID2
## Directories
.github/ @rupali-codes @CBID2
node_modules/ @rupali-codes
public/ @CBID2 @rupali-codes
.env/ @rupali-codes @CBID2
## Special cases
# Any changes to the CODEOWNERS file must be approved by @rupali-codes @CBID2
# Any changes to the .gitattributes file must be approved by @rupali-codes @CBID2
# Any changes to the .gitignore file must be approved by @CBID2 @rupali-codes
## Contact information
# If you have any questions about the CODEOWNERS file, please contact @rupali-codes @CBID2