Imported Upstream version 1.2.4
[archive/platform/upstream/libvirt.git] / docs / todo.cfg-example
1 bugzilla = {
2          #username = ...some email addr...
3          #password = ...some bz password...
4          server = https://bugzilla.redhat.com
5 }
6 query = {
7       product = Virtualization Tools
8       alias = libvirtTodo
9 }
10
11 output = {
12        title = Todo list
13        blurb = <<EOF
14 This is a summary of all the ideas submitted for future todo items in
15 libvirt. Listing an idea here does not imply that it is committed to
16 for inclusion in libvirt, just that someone thought it might be a
17 useful feature. Discussion for final approval of features always takes
18 place on the <a href="contact.html">development mailing list</a>.
19 If you intend to work on one of the items here, it is recommended to
20 add a comment to the corresponding bugzilla ticket to this effect.
21 This will reduce the risk of duplicated effort between developers.
22 It is also strongly recommended to mail the development mailing list
23 with proposals for new APIs &amp; XML before fully implementing them, to
24 allow for early design review.
25 EOF
26 }