From e271bccaf594568edebef015653db1339660fec6 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 23 Feb 2026 06:45:39 +0300 Subject: [PATCH] added codeowners --- CODEOWNERS | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..74f0257 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,37 @@ +## List of maintainers for the omath library + +## This file purpose is to give newcomers to the project the responsible +## developers when submitting a pull request on GitHub, or opening a bug +## report in issues. + +## This file will notably establish who is responsible for a specific +## area of omath. Being a maintainer means the following: +## - that person has good knownledge in the area +## - that person is able to enforce consistency in the area +## - that person may be available for giving help in the area +## - that person has push access on the repository +## Being a maintainer does not mean the following: +## - that person is dedicated to the area +## - that person is working full-time on the area/on omath +## - that person is paid +## - that person is always available + + +# omath core source code +/source @orange-cpp +/include @orange-cpp + +# Tests and becnchmarks +/benchmark @orange-cpp +/tests @orange-cpp @luadebug + +# Examples and documentation +/examples @luadebug @orange-cpp +/docs @orange-cpp + +# Misc like formating +/scripts @luadebug +/pixi @luadebug + +# CI/CD +/.github/workflows @luadbg @orange-cpp \ No newline at end of file