comparison doc/developers.txt @ 1089:43ab730ee194

instance -> tracker, node -> item
author Richard Jones <richard@users.sourceforge.net>
date Tue, 10 Sep 2002 00:15:59 +0000
parents 2abb6b2697b6
children 8dd4f736370b
comparison
equal deleted inserted replaced
1088:32e41ddf2edb 1089:43ab730ee194
1 ================== 1 ==================
2 Developing Roundup 2 Developing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.3 $ 5 :Version: $Revision: 1.4 $
6 6
7 Note: the intended audience of this document is the developers of the core 7 Note: the intended audience of this document is the developers of the core
8 Roundup code. If you just wish to alter some behaviour of your Roundup 8 Roundup code. If you just wish to alter some behaviour of your Roundup
9 installation, see `customising roundup`_. 9 installation, see `customising roundup`_.
10 10
47 - All modules must have a CVS Id line near the top, and a CVS Log at the end 47 - All modules must have a CVS Id line near the top, and a CVS Log at the end
48 48
49 Other project rules: 49 Other project rules:
50 50
51 - New functionality must be documented, even briefly (so at least we know 51 - New functionality must be documented, even briefly (so at least we know
52 where there's missing documentation) and changes to instance configuration 52 where there's missing documentation) and changes to tracker configuration
53 must be logged in the upgrading document. 53 must be logged in the upgrading document.
54 - subscribe to roundup-checkins to receive checkin notifications from the 54 - subscribe to roundup-checkins to receive checkin notifications from the
55 other developers with CVS access 55 other developers with CVS access
56 - discuss any changes with the other developers on roundup-dev. If nothing 56 - discuss any changes with the other developers on roundup-dev. If nothing
57 else, this makes sure there's no rude shocks 57 else, this makes sure there's no rude shocks

Roundup Issue Tracker: http://roundup-tracker.org/