loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'chore(CODEOWNERS): @earl-warren watches over all PRs [skip ci]' (#5027) from earl-warren/forgejo:wip-codeowner into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5027
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>

Otto 01a15355 f28cde13

+3 -6
+3 -6
CODEOWNERS
··· 6 6 7 7 # Please mind the alphabetic order of reviewers. 8 8 9 - # Files related to the CI of the Forgejo project. 10 - .forgejo/.* @earl-warren 11 - 12 9 # Files related to frontend development. 13 10 14 11 # Javascript and CSS code. ··· 23 20 24 21 # The modules usually don't require much knowledge about Forgejo and could 25 22 # be reviewed by Go developers. 26 - modules/.* @earl-warren @gusted 23 + modules/.* @gusted 27 24 28 25 # Models has code related to SQL queries, general database knowledge and XORM. 29 - models/.* @earl-warren @gusted 26 + models/.* @gusted 30 27 31 28 # The routers directory contains the most amount code that requires a good grasp 32 29 # of how Forgejo comes together. It's tedious to write good integration testing 33 30 # for code that lives in here. 34 - routers/.* @earl-warren @gusted 31 + routers/.* @gusted 35 32 36 33 # Let new strings be checked by the translation team. 37 34 options/locale/locale_en-US.ini @0ko