Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions trac-env/templates/custom_ticket.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ <h2>Please read this first:</h2>
Contact <a href="mailto:[email protected]">[email protected]</a> instead.</strong>
</li>
<li>
Report bugs and suggest features in Django itself (or its
documentation) using this ticket tracker.
Report bugs and suggest documentation changes using this ticket tracker.
</li>
<li>
New feature proposals should first be discussed on the <a href="https://forum.djangoproject.com/c/internals/5">Django Forum</a>.
Once feedback has been gathered, you can use this ticket tracker to open a ticket for the new feature.
Please include links to relevant discussions from the forum (or other sources).
</li>
<li>
Don't use the ticket system for
Expand Down
Loading