Skip to content
Open
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
32 changes: 32 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# # Specify a default Code Owner for all files with a wildcard:
# * @default-owner

# # Specify multiple Code Owners to a specific file:
# README.md @doc-team @tech-lead

# # Specify a Code Owner to all files with a specific extension:
# *.rb @ruby-owner

# # Specify Code Owners with usernames or email addresses:
# LICENSE @legal [email protected]

# # Use group names to match groups and nested groups:
# README @group @group/with-nested/subgroup

# # Specify a Code Owner to a directory and all its contents:
# /docs/ @all-docs
# /docs/* @root-docs
# /docs/**/*.md @markdown-docs # Match specific file types in any subdirectory
# /db/**/index.md @index-docs # Match a specific file name in any subdirectory

# # Use a section to group related rules:
# [Documentation]
# ee/docs @docs
# docs @docs

# # Assign a role as a Code Owner:
# /config/ @@maintainer

* @justinbarry @BurntVal

.github/ @burnt-labs/Burnt_DevOps
Loading