| 5 | | == Contributing to the Wiki == |
| 6 | | |
| 7 | | * [/register Register] an account, so that you can edit pages |
| 8 | | * Look at the "Wiki" links in the green sidebar on the left of every page |
| 9 | | |
| 10 | | == Getting GHC to build on your machine == |
| 11 | | |
| 12 | | * [wiki:Building The Building Guide] has all the information you need to set up your system for building GHC, and get a working development build. |
| 13 | | |
| 14 | | == Deciding what to work on == |
| 15 | | * You may have a pet project of your own. If you are wondering which bits of the compiler would be important for you, start by consulting the [wiki:Commentary]. |
| 16 | | * Pick an easy [query:?status=new&status=assigned&status=reopened&type=bug&order=priority&group=difficulty bug report] or [query:?status=new&status=assigned&status=reopened&type=task&order=priority&group=difficulty task] to work on |
| 17 | | * Help us with our BugSweep |
| 18 | | |
| 19 | | == Contributing back to GHC == |
| 20 | | |
| 21 | | For a description of the process of making a change to GHC and contributing it back, see [wiki:WorkingConventions working conventions]. |