Report bugs
Think you found a bug? Got some handy code you think would fit awesomely in the framework? Or do you have what it takes to optimize some important method — or even a whole module — making it more flexible, powerful or speedy? Then prove your JavaScript-fu by contributing to Woozoo!
We welcome any (and all!) of these:
- bug reports;
- failing tests proving some feature is broken in certain cases;
- code patches;
- enhancement requests and patches;
- additional tests for code that you believe hasn't got enough coverage;
- API documentation contributions;
Submitting tickets
The Woozoo core team uses Lighthouse as its issue tracker. You have to register first to open a new ticket, but it only takes a second (and it's free).
Try to keep the title sef-descriptive and concise, but write your heart out in full description box. If you need to include a snippet of JavaScript code in your text, mark it up appropriately, like so:
This line opens a popup every time, which scares me!
@@@ javascript
var scary = 'BOO!'
window.alert(scary)
@@@
Can Woozoo be used to make this less scary? Thank you.
Just don't use this feature to paste actual patches; upload them to your ticket as attachments.