File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments