Changes between Version 58 and Version 59 of ReviewProcess
- Timestamp:
- 02/01/14 14:35:34 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewProcess
v58 v59 18 18 * 100% API docstring coverage for all modified and new code (even if it didn't have docs before) 19 19 * No [CompatibilityPolicy backwards-incompatible] changes. Please also be sparing when adding 'public' names to the API, as they must be supported in the future. If it can start with an underscore and not be exposed publicly, it probably should. 20 * Appropriate new or modified "End User" guide documentation (in the form of Lore-formatted xhtml files in the [source:trunk/doc doc/] directory)20 * Appropriate new or modified "End User" guide documentation (in the form of rst files in the [source:trunk/docs docs/] directory) 21 21 * A file in all relevant "topfiles" directories describing changes which affect users (See [#Newsfiles below]) 22 22