Move contributors table to wiki (#934)

* Add stub wiki link instead of inline table

* Replace with real link

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
This commit is contained in:
Osspial 2019-06-19 15:12:27 -04:00 committed by GitHub
parent c56a66cb90
commit de2f0740f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!