Skip to content

Commit e271bcc

Browse files
committed
added codeowners
1 parent 50765f6 commit e271bcc

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

CODEOWNERS

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## List of maintainers for the omath library
2+
3+
## This file purpose is to give newcomers to the project the responsible
4+
## developers when submitting a pull request on GitHub, or opening a bug
5+
## report in issues.
6+
7+
## This file will notably establish who is responsible for a specific
8+
## area of omath. Being a maintainer means the following:
9+
## - that person has good knownledge in the area
10+
## - that person is able to enforce consistency in the area
11+
## - that person may be available for giving help in the area
12+
## - that person has push access on the repository
13+
## Being a maintainer does not mean the following:
14+
## - that person is dedicated to the area
15+
## - that person is working full-time on the area/on omath
16+
## - that person is paid
17+
## - that person is always available
18+
19+
20+
# omath core source code
21+
/source @orange-cpp
22+
/include @orange-cpp
23+
24+
# Tests and becnchmarks
25+
/benchmark @orange-cpp
26+
/tests @orange-cpp @luadebug
27+
28+
# Examples and documentation
29+
/examples @luadebug @orange-cpp
30+
/docs @orange-cpp
31+
32+
# Misc like formating
33+
/scripts @luadebug
34+
/pixi @luadebug
35+
36+
# CI/CD
37+
/.github/workflows @luadbg @orange-cpp

0 commit comments

Comments
 (0)