Changes between Version 15 and Version 16 of HowToSubmitTicket
- Timestamp:
- Jan 5, 2009, 10:57:50 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToSubmitTicket
v15 v16 62 62 === Description === 63 63 64 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.64 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. Alternatively, you can also attach a minimal complete application in a single `.cpp` file. 65 65 66 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()`)66 If you use wxPython, [http://wiki.wxpython.org/MakingSampleApps write a sample app in Python]. Make sure the code is '''complete''' (with imports and instantiation of `wx.PySimpleApp()`) 67 67 and '''minimal'''. 68 68