[Fresco-devel] issue tracking: Request For Comments
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
hi there, I'm in the process of setting up an issue tracker for fresco, and I'm designing the entities and their relationships we should use. Therefor I'd like to get your feedback. Here are the types I'd like to use: Bug === * status: new, open, closed * assignee: link(developer) * priority: immediate, urgent, high, normal, low * type: crashes, resource usage, rendering, behavior * severity: critical, major, normal, minor * component: build system, Prague, Babylon, Fresco, Berlin, kits... * platform: all, GNU/Linux, FreeBSD, Solaris, (more added later) * resolution: fixed, invalid, duplicate, (something missing here ?) * dependencies: multilink(bugs) Task ==== * status: new, open, closed * assignee: developer * priority: immediate, urgent, high, normal, low * type: design, coding, refactoring, optimization, cleanup, porting * completion: percentage value Milestone ========= * name * date ? :-) * bugs: multilink(bug) * tasks: multilink(tasks) most of these should be obvious enough. People should be able to send in bug reports and feature requests with these, and a release manager will be able to define milestones. Reports can be generated for all of them. Are there any use cases not covered with the above ? Are there features you know from other issue trackers you want to see here ? Please provide references. Feedback of any form is highly appreciated ! Best regards, Stefan PS: I'm using the roundup tool for all this: http://roundup.sf.net