generated from khulnasoft/hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
36 lines (31 loc) · 1.37 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
31
32
33
34
35
36
# The purpose of this file is to trigger review requests when PRs touch
# particular files. Those reviews are not mandatory, however it's often useful
# to have an expert pinged who is interested in only one part of codetypo and
# doesn't follow general development.
#
# Note that only GitHub handles (whether individuals or teams) with commit
# rights should be added to this file.
# See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# for more details about how CODEOWNERS works.
# Each line is a file pattern followed by one or more owners.
# Copy-paste-adapted from SciPy
# Administrata and CIs
*.toml @khulnasoft-bot
*.yml @khulnasoft-bot
*.rst @khulnasoft-bot @nxpkg
*.cfg @khulnasoft-bot
codetypo.1.include @khulnasoft-bot @nxpkg
coverage* @khulnasoft-bot
.github/* @khulnasoft-bot @nxpkg @fortishield
.gitignore @khulnasoft-bot @nxpkg @fortishield
Makefile @khulnasoft-bot @nxpkg @fortishield
# Python code
codetypo/*.py @khulnasoft-bot @nxpkg @fortishield
bin/* @khulnasoft-bot @nxpkg @fortishield
# Dictionaries
codetypo/data/dictionary_code.txt @nxpkg @fortishield
codetypo/data/dictionary_en-GB_to_en-US.txt @nxpkg @fortishield
codetypo/data/dictionary_informal.txt @nxpkg @fortishield
codetypo/data/dictionary_names.txt @nxpkg @fortishield
codetypo/data/dictionary_rare.txt @nxpkg @fortishield
# codetypo/data/*.txt @nxpkg