Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
### Area access
# Each area maintainer has access to parts that pertain them. They get automatically asked for
# reviewing new PRs that touch those areas.
/Cslib/Algorithms/ @sorrachai
/Cslib/Foundations/Logic/ @arademaker @fmontesi
/Cslib/Logics/ @arademaker @fmontesi
/Cslib/Languages/LambdaCalculus/ @chenson2018
/.github/workflows @kim-em @fmontesi @chenson2018
/scripts @kim-em @fmontesi @chenson2018
6 changes: 4 additions & 2 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ The maintainer team is responsible for the quality of the codebase, establishing

### Lead maintainer

The lead maintainer coordinates the overall work of the maintainer team and oversees the project's repositories.
The lead maintainer coordinates the maintainer team's overall work and oversees the project's repositories.

- Fabrizio Montesi (@fmontesi), FORM, University of Southern Denmark and Danish Institute for Advanced Study.

### Technical leads

Technical leads guide long-term developments that may span multiple areas of the codebase, offering specialised expertise.

- Alexandre Rademaker (@arademaker), Atlas Computing and Getulio Vargas Foundation.
- Alexandre Rademaker (@arademaker), Renaissance Philanthropy and Getulio Vargas Foundation.
- Sorrachai Yingchareonthawornchai (@sorrachai), ETH Zurich.

### Area maintainers
Expand All @@ -40,6 +40,8 @@ Area maintainers are trusted contributors who take ownership of specific areas o

- Chris Henson (@chenson2018), Drexel University. Areas: Lambda calculus, metaprogramming.
- Kim Morrison (@kim-em), Lean FRO. Areas: Continuous Integration and Deployment (CI/CD) with upstream (Lean, mathlib).
- Alexandre Rademaker (@arademaker), Atlas Computing and Getulio Vargas Foundation. Areas: logic.
- Sorrachai Yingchareonthawornchai (@sorrachai), ETH Zurich. Areas: algorithms and data structures.

### Reviewers

Expand Down
Loading