File: CODEOWNERS

package info (click to toggle)
python-plugwise 1.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,080 kB
  • sloc: xml: 90,006; python: 5,344; sh: 326; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 539 bytes parent folder | download
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