Opened 13 years ago
Closed 12 years ago
#17108 closed New feature (fixed)
Link Trac's fields to their corresponding explanations in the Django doc
Reported by: | Julien Phalip | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The Python issue tracker has a pretty cool feature: every field name in a ticket is clickable and links to the corresponding explanation of that field in the Python doc.
See, for example: http://bugs.python.org/issue13238
Clicking on the "Resolution" field will take you to: http://docs.python.org/devguide/triaging.html#resolution
It'd be nice to do the same with Trac's ticket template and add links to the corresponding parts of the "Contributing to Django" doc, for example: https://docs.djangoproject.com/en/dev/internals/contributing/triaging-tickets/#triage-stages
Change History (3)
comment:1 by , 13 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It appears to be very hard to customize Trac at this level. Is it worth keeping this ticket open?