Changes between Version 2 and Version 3 of CheckinChecklist
- Timestamp:
- 09/25/11 15:04:38 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CheckinChecklist
v2 v3 9 9 including example(s) if the object is a function? 10 10 * Have you updated the module-level documentation? 11 There are (usually) two relevant files: 12 * scipy/some_package/info.py 13 * doc/source/some_package.rst 14 * Have you updated the release notes? (doc/release/#.#.#-notes.rst) 11 Be sure that `scipy/some_package/__init__.py` reflects any changes that you have made. 12 * Have you updated the release notes? (`doc/release/#.#.#-notes.rst`) 15 13 Any API changes (new stuff, changed stuff, deprecations, etc) 16 14 should be noted in the release notes. 17 15 * If the changes affect a tutorial, have you updated the tutorial? 18 The tutorials are in doc/source/tutorial.16 The tutorials are in `doc/source/tutorial`. 19 17 20 18 Finally, when you make a commit, give a useful commit message.
