Update issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md

This commit is contained in:
PySimpleGUI 2020-03-03 10:18:58 -05:00 committed by GitHub
parent d0e52a6276
commit f04cbc98b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -45,4 +45,17 @@ _________ Have used another Python GUI Framework (tkiner, Qt, etc) previously (y
### Code To Duplicate ### Code To Duplicate
A short program that isolates and demonstrates the problem (i.e. please don't paste a link to your 400 line program.... instead paste your 10 line program in full). Help me help you. A short program that isolates and demonstrates the problem (i.e. please don't paste a link to your 400 line program.... instead paste your 10 line program in full).
Yes, it is a pain to narrow down problems, but it's part of the debugging process. Help me help you by providing something that can be executed so that work on getting you a fix or a workaround can immediately begin.
This pre-formatted code block is all set for you to paste in your bit of code:
```python
import PySimpleGUI as sg
print(sg)
print(sg.version)
## Paste your code here
```