Changes between Version 23 and Version 24 of ReviewProcess
- Timestamp:
- 07/30/08 18:40:05 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewProcess
v23 v24 3 3 The post-development, pre-commit process Twisted has adopted is this: 4 4 5 * Commits to trunk/ must be the result of the review process outlined below. The only exception to this is the Twisted.Quotesfile. There are no other exceptions.5 * Commits to [source:trunk trunk/] must be the result of the review process outlined below. The only exception to this is the [source:trunk/doc/fun/Twisted.Quotes Twisted.Quotes] file. There are no other exceptions. 6 6 7 7 * Changes to Twisted must be accompanied by a ticket in the tracker. … … 23 23 * The changes must add docstrings for any modifed public APIs or test methods which were previously undocumented (ie, if a function which has no docstring was modified, or a class which has no docstring had methods added to it). 24 24 * The changes must include updates to the documentation for any modified behavior of an API. 25 * If appropriate, the changes must include "user guide" documentation in the [source: doc doc/] directory.25 * If appropriate, the changes must include "user guide" documentation in the [source:trunk/doc doc/] directory. 26 26 * The changes must include updated documentation for any APIs which are being deprecated or otherwise obsoleted. 27 27 * The changes must follow the [source:trunk/doc/development/policy/coding-standard.xhtml?format=raw coding standard].