forked from asyncapi/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (15 loc) · 866 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (15 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file provides an overview of code owners in this repository.
# Each line is a file pattern followed by one or more owners.
# The last matching pattern has the most precedence.
# For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/.
# The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file.
# Core Maintainers
* @derberg @magicmatatjahu @jonaslagoni @asyncapi-bot-eve
# Packages directory
# @Adi-204 is Templates Champion
packages/ @Adi-204 @derberg @magicmatatjahu @asyncapi-bot-eve
# All .md files
# @Florence-Njeri is Docs Champion
*.md @Florence-Njeri @derberg @asyncapi-bot-eve
# Changeset markdown files — override so Docs Champions aren't requested
.changeset/**/*.md @derberg @magicmatatjahu @asyncapi-bot-eve