Warning, /acts/CODEOWNERS is written in an unsupported language. File is not indexed.
0001 # This file defines the ownership of files and directories within the ACTS
0002 # project. We use the term "ownership" to refer to a non-binding, opt-in
0003 # connection between parts of the code base and contributors. The core idea is
0004 # to improve the findability of experts regarding specific parts of the ACTS
0005 # codebase, without imposing additional burdens on contributors.
0006 #
0007 # Code ownership implies the following:
0008 #
0009 # * Users viewing code through the Github website will automatically be shown
0010 # who owns that code.
0011 # * Users are encouraged to contact code owners with questions or comments
0012 # about the owned code.
0013 # * Pull requests touching owned code will automatically request a review from
0014 # the code owner.
0015 #
0016 # However, the non-binding nature of code ownership also implies the
0017 # following:
0018 #
0019 # * Contributors can disown code at any time and for any reason.
0020 # * Code owners are not required to review all pull requests affecting their
0021 # owned code.
0022 #
0023 # Because code ownership is opt-in, code doesn't necessarily have to have an
0024 # owner. Furthermore, contributors are not required to register themselves as
0025 # owners of code they work on. We encourage contributors to take ownership of
0026 # code, but only on a voluntary basis.
0027
0028 **/*GlobalChiSquareFitter* @AJPfleger
0029 **/*gx2f* @AJPfleger
0030 **/*Gx2f* @AJPfleger
0031 **/*requirements* @AJPfleger
0032 CI/check_unused_files.py @AJPfleger
0033 Detray/** @niermann999
0034 Plugins/Covfie/** @stephenswat
0035 Plugins/Detray/** @niermann999
0036 thirdparty/covfie/** @stephenswat
0037 thirdparty/traccc/** @stephenswat
0038 Plugins/Gnn/** @benjaminhuth
0039 Examples/Algorithms/TrackFindingGnn/** @benjaminhuth
0040 pyproject.toml @benjaminhuth
0041 **/*Gsf* @benjaminhuth
0042 **/*GaussianSumFitter* @benjaminhuth