Changes between Version 66 and Version 67 of WorkingConventions
- Timestamp:
- 12/14/12 06:36:51 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingConventions
v66 v67 10 10 Talk to other [wiki:Contributors GHC contributors]. 11 11 12 Check out the (currently stalled) [wiki:BugSweep GHC bug sweep]. Perhaps you can un-stall it. 13 14 15 12 16 These pages guide you step-by-step through making a contribution: 13 17 14 * [wiki:WorkingConventions/FixingBugs Fix a bug in GHC]. 15 * [wiki:WorkingConventions/AddingFeatures Add a new feature to GHC] 18 * [wiki:WorkingConventions/FixingBugs Fix a bug in GHC]. You can see all open bugs by clicking on "All bugs" in the left margin of this page. At the top of the list is a filter you can use to refine your search. 19 20 * [wiki:WorkingConventions/AddingFeatures Add a new feature to GHC]. You can see all open feature requests by clicking on "All bugs" in the left margin of this page. At the top of the list is a filter you can use to refine your search. 21 16 22 * [http://haskell.org/haskellwiki/Library_submissions Propose a change to the libraries] 17 23
