Changes between Version 9 and Version 10 of HowToSubmitTicket
- Timestamp:
- Jun 30, 2008, 2:15:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToSubmitTicket
v9 v10 49 49 === description === 50 50 51 Explain how to reproduce the problem. Check if you can see it in the samples. If not, try to make a '''minimal''' modification to one of the samples to demonstrate it and attach this modification as a patch ( if the patch only demonstrates the bug, don't check the patch checkbox).51 Explain how to reproduce the problem. Check if you can see it in the samples. If not, try to make a '''minimal''' modification to one of the samples to demonstrate it and attach this modification as a patch ([http://en.wikipedia.org/wiki/Diff#Unified_format unified] format with extension .diff or .patch is preferred). If the patch only demonstrates the bug, don't check the patch checkbox. You can also attach a minimal complete application in a single `.cpp` file. 52 52 53 53 If you use wxPython and can show the program in a few lines of Python code, that's also useful. Make sure the code is '''complete''' (with imports and instantiation of `wx.PySimpleApp()`)