summaryrefslogtreecommitdiff
path: root/docs/CODEOWNERS
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add lb90 as a Windows maintainerPhilip Withnall2023-05-021-3/+3
| | | | | | They’ve been actively doing good work. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* docs: Sync glib.doap to set of users listed in CODEOWNERSPhilip Withnall2022-06-221-0/+5
| | | | | | | | | | | | | | | | | | | | Listing a user in `glib.doap` is important for ensuring their access rights are correct in GitLab (as they are synced from the DOAP file by a sysadmin script). When `CODEOWNERS` was written, we were assuming that GNOME’s GitLab would get support for the `CODEOWNERS` feature in GitLab. Unfortunately, that’s not happened, and it remains an enterprise-only feature. As such, that means that listing a co-maintainer of GLib in `CODEOWNERS` is not sufficient to grant them permissions to actually merge MRs or triage issues. That means they can’t really do any co-maintaining. So fix that by updating the DOAP from `CODEOWNERS`. This doesn’t change the list of co-maintainers at all, or the amount of trust assumed of anybody. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* docs: Add Marco Trevisan as a co-maintainerPhilip Withnall2022-06-201-1/+1
|
* CODEOWNERS: Add myself as co-owner of Windows stuffNirbheek Chauhan2019-08-271-3/+6
| | | | because I am a sucker for punishment.
* docs: Add Ting-Wei Lan as a BSD/kqueue code reviewerPhilip Withnall2019-03-041-2/+2
| | | | | | | | | As agreed on https://gitlab.gnome.org/GNOME/glib/issues/1668#note_450631. Thanks! Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps #1668
* docs: Populate CODEOWNERS filePhilip Withnall2019-02-211-0/+80
Rename it from CODE-OWNERS and make it follow the documented syntax supported by GitLab: https://docs.gitlab.com/ee/user/project/code_owners.html. Currently our version of GitLab doesn’t support it, but it may do in future. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/1668