mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 21:21:06 +00:00
chore(CODEOWNERS): @earl-warren watches over all PRs
As I watch all PRs created daily, there is no need to rely on the CODEOWNERS logic for me to be notified that it exists.
This commit is contained in:
parent
85cd07a263
commit
5a58741879
1 changed files with 3 additions and 6 deletions
|
@ -6,9 +6,6 @@
|
||||||
|
|
||||||
# Please mind the alphabetic order of reviewers.
|
# Please mind the alphabetic order of reviewers.
|
||||||
|
|
||||||
# Files related to the CI of the Forgejo project.
|
|
||||||
.forgejo/.* @earl-warren
|
|
||||||
|
|
||||||
# Files related to frontend development.
|
# Files related to frontend development.
|
||||||
|
|
||||||
# Javascript and CSS code.
|
# Javascript and CSS code.
|
||||||
|
@ -23,15 +20,15 @@ templates/repo/issue/view_content/sidebar.* @fnetx
|
||||||
|
|
||||||
# The modules usually don't require much knowledge about Forgejo and could
|
# The modules usually don't require much knowledge about Forgejo and could
|
||||||
# be reviewed by Go developers.
|
# be reviewed by Go developers.
|
||||||
modules/.* @earl-warren @gusted
|
modules/.* @gusted
|
||||||
|
|
||||||
# Models has code related to SQL queries, general database knowledge and XORM.
|
# Models has code related to SQL queries, general database knowledge and XORM.
|
||||||
models/.* @earl-warren @gusted
|
models/.* @gusted
|
||||||
|
|
||||||
# The routers directory contains the most amount code that requires a good grasp
|
# The routers directory contains the most amount code that requires a good grasp
|
||||||
# of how Forgejo comes together. It's tedious to write good integration testing
|
# of how Forgejo comes together. It's tedious to write good integration testing
|
||||||
# for code that lives in here.
|
# for code that lives in here.
|
||||||
routers/.* @earl-warren @gusted
|
routers/.* @gusted
|
||||||
|
|
||||||
# Let new strings be checked by the translation team.
|
# Let new strings be checked by the translation team.
|
||||||
options/locale/locale_en-US.ini @0ko
|
options/locale/locale_en-US.ini @0ko
|
||||||
|
|
Loading…
Reference in a new issue