Changes between Version 2 and Version 3 of ProposalTemplate
- Timestamp:
- 07/08/09 04:55:38 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProposalTemplate
v2 v3 1 1 = Proposal Template = 2 2 3 Each proposal has a unique name, a good choice being the name used for the compiler flag, which is usually the same as the name of the extension in the `Language.Haskell.Extensions` type. 3 To create a new proposal: 4 4 5 Wiki pages for proposals are named `"Proposal/<name>"`. 5 * Choose a unique name for the proposal (e.g. HierarchicalModules). A good choice being the name used for the compiler flag, which is usually the same as the name of the extension in the `Language.Haskell.Extensions` type. 6 * Create a wiki page, named "Proposal/<name>". Use the template below. 7 * Create a [http://hackage.haskell.org/trac/haskell-prime/newticket New Ticket], with the proposal name in the subject. Set the "state" to "discussion", select the appropriate "type" and "section", and fill in the "owner" field. 8 * Point to the ticket from the wiki page 6 9 7 Each proposal on the wiki is expected to follow this standard form.8 We may move these fields into the ticket system in due course; for now9 we use the wiki.10 10 11 11 {{{ 12 12 = Proposal: <name> = 13 13 14 || Type || [extension | removal | change] || 15 || Status || [discussion | complete | accepted (revision)] || 16 || Owner || <name(s)> || 17 || Section || <the section(s) of the Report this applies to, or N/A> || 14 || Ticket || #999 || 18 15 || Dependencies || names of other proposals on which this one depends || 19 16 || Related || names of related (e.g. alternative) proposals ||
