File: CODEOWNERS

package info (click to toggle)
python-plugwise 1.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,072 kB
  • sloc: xml: 90,058; python: 5,265; sh: 324; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Plugwise CodeOwners
# Order is important. The last matching pattern has the most precedence.

# Specific files
setup.cfg @plugwise/plugwise-smile
setup.py @plugwise/plugwise-smile
pyproject.toml @plugwise/plugwise-smile
requirements*.txt @plugwise/plugwise-smile

# Main code
/plugwise/ @plugwise/plugwise-smile
/userdata/ @plugwise/plugwise-smile

# Tests and development support
/tests/ @bouwew @compatech
/scripts/ @bouwew @compatech

# Networked Plugwise components
/plugwise @bouwew @compatech

# Generic
* @plugwise/plugwise-smile