Update home authored by Adam Gundry's avatar Adam Gundry
......@@ -2,7 +2,7 @@ This is GHC's Wiki.
You may wish to see the [table of contents](./index) to get a sense for what is available in this Wiki.
Everyone can edit this wiki. Please do so -- it easily gets out of date. But it has lots of useful information in it.
Everyone can edit this wiki. Please do so -- it easily gets out of date. But it has lots of useful information in it. (You need a GitLab account with Developer permissions to edit. Please ask the admins on the [`ghc-devs` mailing list or IRC](/mailing-lists-and-irc) if you need permission.)
# Quick Links
......@@ -11,11 +11,12 @@ Everyone can edit this wiki. Please do so -- it easily gets out of date. But i
* Joining In
* [Newcomers info](/contributing#newcomers-to-ghc) / [Contributing](/contributing) Get started as a contributor.
* [Mailing Lists & IRC](/mailing-lists-and-irc) Stay up to date and chat to the community.
* [The GHC Team](/team-ghc) Contributors and who is responsible for what.
* [The GHC Team](https://gitlab.haskell.org/ghc/ghc-hq/-/blob/main/team.mkd) Contributors and who is responsible for what.
* [GHC Governance](https://gitlab.haskell.org/ghc/ghc-hq/-/blob/main/README.mkd) Who are GHC HQ?
* Documentation
* [GHC Status Info](/GHC-status) How is the next release coming along?
* [Migration Guide](/migration) Migrating code between GHC releases
* [Working conventions](/contributing#contributing-to-ghc) How should I do X?
* [Working conventions](/contributing#working-conventions) How should I do X?
* [Building Guide](/building/#building-and-porting-ghc) Build GHC from source.
* [Coding style guidelines](/commentary/coding-style) Please follow these guidelines.
* [Trees that grow (TTG)](/implementing-trees-that-grow) Guidance on how GHC uses the TTG style.
......
......