|
1 | | -# GitHub CODEOWNERS file is a simple way to automate review system on github, |
2 | | -# by automatically assigning owners to a pull request based on which files |
3 | | -# were modified. All directories should have a proper codeowner |
4 | | -# Syntax: https://help.github.com/articles/about-codeowners/ |
5 | | - |
6 | | -# default owners |
7 | | -# @kgraeper to come once he is commiter |
8 | | -* @pawelrutkaq @PiotrKorkus |
| 1 | +# 👋 Code owners help maintain this repository and keep it aligned with our technical vision. |
| 2 | +# You're responsible for reviewing changes, ensuring quality, and guiding contributors. |
| 3 | +# You're also encouraged to help triage issues and keep discussions constructive and focused. |
| 4 | +# Ownership can be shared, delegated, or updated as the project evolves. |
| 5 | + |
| 6 | +# For more information about CODEOWNERS, see: |
| 7 | +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
| 8 | + |
| 9 | + |
| 10 | +# This repository is maintained by the following individuals, who are responsible for reviewing and approving changes to the codebase: |
| 11 | +# * @pawelrutkaq @PiotrKorkus @kgraeper |
| 12 | +# Note: @kgraeper is currently mid-committer-election process, but is already actively maintaining this repository (in an unofficial capacity). |
| 13 | + |
| 14 | +# However as this would create quite a bottleneck, we also want to cast a wider net and encourage the following individuals to also review and approve changes to the codebase. |
| 15 | +# PLEASE LEAVE CRITICAL DECISIONS TO THE FIRST GROUP, BUT FEEL FREE TO APPROVE ANYTHING ELSE. |
| 16 | +* @pawelrutkaq @PiotrKorkus @kgraeper @nradakovic @dcalavrezo-qorix @AlexanderLanin @MaximilianSoerenPollak @opajonk @lurtz @antonkri @FScholPer |
0 commit comments