Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding Aftab to Codeowners file #2167

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 21 additions & 16 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,28 +1,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.
# 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 @Anmol-Baranwal @rupali-codes
.gitignore @CBID2 @Anmol-Baranwal @rupali-codes
LICENSE @rupali-codes @CBID2 @Anmol-Baranwal
README.md @CBID2 @Anmol-Baranwal @rupali-codes @aftabrehan
.gitignore @CBID2 @Anmol-Baranwal @rupali-codes @aftabrehan
LICENSE @rupali-codes @CBID2 @Anmol-Baranwal @aftabrehan
.github/workflows/ @rupali-codes @CBID2 @Anmol-Baranwal
app/ @rupali-codes @Anmol-Baranwal
components/ @Anmol-Baranwal @CBID2 @rupali-codes
lib/ @CBID2 @rupali-codes @Anmol-Baranwal
tests/ @rupali-codes @CBID2 @Anmol-Baranwal
app/ @rupali-codes @Anmol-Baranwal @aftabrehan
components/ @Anmol-Baranwal @CBID2 @rupali-codes @aftabrehan
lib/ @CBID2 @rupali-codes @Anmol-Baranwal @aftabrehan
tests/ @rupali-codes @CBID2 @Anmol-Baranwal @aftabrehan

## Directories
.github/ @rupali-codes @CBID2 @Anmol-Baranwal
node_modules/ @rupali-codes @Anmol-Baranwal
public/ @CBID2 @rupali-codes @Anmol-Baranwal
.env/ @rupali-codes @Anmol-Baranwal @CBID2

.github/ @rupali-codes @CBID2 @Anmol-Baranwal @aftabrehan
node_modules/ @rupali-codes @Anmol-Baranwal @aftabrehan
public/ @CBID2 @rupali-codes @Anmol-Baranwal @aftabrehan
.env/ @rupali-codes @Anmol-Baranwal @CBID2 @aftabrehan

## Special cases
# Any changes to the CODEOWNERS file must be approved by @rupali-codes @Anmol-Baranwal @CBID2.
# Any changes to the .gitattributes file must be approved by @rupali-codes @CBID2 @Anmol-Baranwal.
# Any changes to the .gitignore file must be approved by @CBID2 @Anmol-Baranwal @rupali-codes.

# Any changes to the CODEOWNERS file must be approved by @rupali-codes @Anmol-Baranwal @CBID2 @aftabrehan

# Any changes to the .gitattributes file must be approved by @rupali-codes @CBID2 @Anmol-Baranwal @aftabrehan

# Any changes to the .gitignore file must be approved by @CBID2 @Anmol-Baranwal @rupali-codes @aftabrehan

## Contact information
# If you have any questions about the CODEOWNERS file, please contact @rupali-codes @Anmol-Baranwal @CBID2.

# If you have any questions about the CODEOWNERS file, please contact @rupali-codes @Anmol-Baranwal @CBID2 @aftabrehan
Loading