Changes between Version 55 and Version 56 of ReviewProcess
- Timestamp:
- 04/13/2012 01:56:07 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewProcess
v55 v56 63 63 ||'''doc'''||Tickets primarily about fixing or improving documentation (any variety)|| 64 64 ||'''removal'''||Tickets which are deprecating something or removing something which was already deprecated|| 65 ||'''misc'''|| tickets which are very minor and not worth summarizing outside of the svn changelog. These should be empty (their contents will be ignored)||65 ||'''misc'''||Tickets which are very minor and not worth summarizing outside of the svn changelog. These should be empty (their contents will be ignored)|| 66 66 67 67 To get a sense of how the text in these files is presented to users, take a look at [source:trunk/NEWS the real overall news file] and [source:trunk/twisted/web/topfiles/NEWS one of the subproject news files]. The goal when writing the content for one of these files is to produce text that will fit well into the overall news files. 68 68 69 The entry should contain a high-level description of the change suitable for end users. Generally, the grammatical subject of the sentence should be a Python object, and the verb should be something that the object does, prefixed with "now". Here's are some examples: 69 The entry should contain a high-level description of the change suitable for end users. Generally, the grammatical subject of the sentence should be a Python object, and the verb should be something that the object does, prefixed with "now". 70 71 Here are some examples: 70 72 71 73 Features:
