From de2f0740f777223f3f9de24b75d042cef18c74b4 Mon Sep 17 00:00:00 2001 From: Osspial Date: Wed, 19 Jun 2019 15:12:27 -0400 Subject: [PATCH] Move contributors table to wiki (#934) * Add stub wiki link instead of inline table * Replace with real link * Update CONTRIBUTING.md * Update CONTRIBUTING.md --- CONTRIBUTING.md | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a90a862..0657334f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,24 +36,7 @@ at least a maintainer of the platform (a maintainer making a PR themselves count ## Maintainers & Testers -Winit is managed by several people, each with their specialities, and each maintaining a subset of the -backends of winit. As such, depending on your platform of interest, your contacts will be different. +The current [list of testers and contributors](https://github.com/rust-windowing/winit/wiki/Testers-and-Contributors) +can be found on the Wiki. -This table summarizes who can be contacted in which case, with the following legend: - -- `M` - Maintainer: is a main maintainer for this platform -- `C` - Collaborator: can review code and address issues on this platform -- `T` - Tester: has the ability of testing the platform -- ` `: knows nothing of this platform - -| Platform | Windows | macOS | X11 | Wayland | Android | iOS | Emscripten | -| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | -| [@mitchmindtree] | T | | T | T | | | | -| [@Osspial] | M | | T | T | T | | T | -| [@vberger] | | | T | M | | | | -| [@mtak-] | | T | | | T | M | | - -[@mitchmindtree]: https://github.com/mitchmindtree -[@Osspial]: https://github.com/Osspial -[@vberger]: https://github.com/vberger -[@mtak-]: https://github.com/mtak- +If you are interested in contributing or testing on a platform, please add yourself to that table!