mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 13:51:30 +11:00
Add CODEOWNERS file (#2420)
* Add CODEOWNERS file This makes it very clear when you're stepping down from the post as a maintainer, and makes it clear for users who is expected to review their PR * Fix grammar * Make @kchibisov receive pings for the X11 platform * Fix typo Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
This commit is contained in:
parent
9b71df9f97
commit
ad41eaf151
35
.github/CODEOWNERS
vendored
Normal file
35
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Core maintainers:
|
||||||
|
# - @msiglreith
|
||||||
|
# - @kchibisov
|
||||||
|
# - @madsmtm
|
||||||
|
# - @maroider
|
||||||
|
|
||||||
|
# Android
|
||||||
|
/src/platform/android.rs @msiglreith
|
||||||
|
/src/platform_impl/android @msiglreith
|
||||||
|
|
||||||
|
# iOS
|
||||||
|
/src/platform/ios.rs @francesca64
|
||||||
|
/src/platform_impl/ios @francesca64
|
||||||
|
|
||||||
|
# Unix in general
|
||||||
|
/src/platform/unix.rs @kchibisov
|
||||||
|
/src/platform_impl/linux/mod.rs @kchibisov
|
||||||
|
|
||||||
|
# Wayland
|
||||||
|
/src/platform_impl/linux/wayland @kchibisov
|
||||||
|
|
||||||
|
# X11
|
||||||
|
/src/platform_impl/linux/x11 @kchibisov
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
/src/platform/macos.rs @madsmtm
|
||||||
|
/src/platform_impl/macos @madsmtm
|
||||||
|
|
||||||
|
# Web (no maintainer)
|
||||||
|
/src/platform/web.rs
|
||||||
|
/src/platform_impl/web
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
/src/platform/windows.rs @msiglreith
|
||||||
|
/src/platform_impl/windows @msiglreith
|
|
@ -44,10 +44,9 @@ Once your PR is deemed ready, the merging maintainer will take care of resolving
|
||||||
|
|
||||||
## Maintainers & Testers
|
## Maintainers & Testers
|
||||||
|
|
||||||
The current [list of testers and contributors](https://github.com/rust-windowing/winit/wiki/Testers-and-Contributors)
|
The current maintainers are listed in the [CODEOWNERS](.github/CODEOWNERS) file.
|
||||||
can be found on the Wiki.
|
|
||||||
|
|
||||||
If you are interested in contributing or testing on a platform, please add yourself to that table!
|
If you are interested in being pinged when testing is needed for a certain platform, please add yourself to the [Testers and Contributors](https://github.com/rust-windowing/winit/wiki/Testers-and-Contributors) table!
|
||||||
|
|
||||||
## Making a new release
|
## Making a new release
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,12 @@ future endeavors:
|
||||||
vastly more sustainable era of winit.
|
vastly more sustainable era of winit.
|
||||||
* [@goddessfreya]: For selflessly taking over maintainership of glutin, and her
|
* [@goddessfreya]: For selflessly taking over maintainership of glutin, and her
|
||||||
stellar dedication to improving both winit and glutin.
|
stellar dedication to improving both winit and glutin.
|
||||||
|
* [@ArturKovacs]: For consistently maintaining the macOS backend, and his
|
||||||
|
immense involvement in designing and implementing the new keyboard API.
|
||||||
|
|
||||||
[@tomaka]: https://github.com/tomaka
|
[@tomaka]: https://github.com/tomaka
|
||||||
[@vberger]: https://github.com/vberger
|
[@vberger]: https://github.com/vberger
|
||||||
[@francesca64]: https://github.com/francesca64
|
[@francesca64]: https://github.com/francesca64
|
||||||
[@Osspial]: https://github.com/Osspial
|
[@Osspial]: https://github.com/Osspial
|
||||||
[@goddessfreya]: https://github.com/goddessfreya
|
[@goddessfreya]: https://github.com/goddessfreya
|
||||||
|
[@ArturKovacs]: https://github.com/ArturKovacs
|
||||||
|
|
Loading…
Reference in a new issue