extJWNL
project uses Trac to keep track :) of bugs. In Trac terminology bug reports are called tickets. In the Wiki navigation bar above there links to View Tickets and to create a New Ticket.
In creating tickets, follow these principles (adopted from Mozilla Developer Center)
If you have reproduced the bug in a recent build and no-one else appears to have reported it, then:
Summary: How would you describe the bug, in approximately 60 or fewer characters?
A good summary should quickly and uniquely identify a bug report. It should explain the problem, not your suggested solution.
Description: The details of your problem report, including
For crashing bugs attach a log file. It is useful to set logging level to debug
before reproducing. This will create a log file with a maximum amount of details.
Add an attachment: You can attach relevant files to a bug report. Debugging information more than 20 lines long should be supplied this way. Also, if you have an input files that demonstrates the bug, you should attach that. You can only attach one file during initial submission so if your demonstration needs more, revisit the newly filed bug to do this part.
Finish: Press "Preview", check your report for errors and omissions, then press "Create ticket".
Submitting a quality bug report greatly increases chances of it being fixed. Check these links on how to write good bug reports:
Check Trac Ticket System for more details about tickets.