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

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

View File

@ -15,6 +15,15 @@ assignees: ''
### PySimpleGUI Port and Version ### PySimpleGUI Port and Version
This is critical to know. Knowing where your PySimpleGUI.py file is located is just as important. You can get these by adding this to the top of your file and running it:
```python
import PySimpleGUI as sg
print(sg)
print(sg.version)
```
### Your Experience Levels In Months or Years ### Your Experience Levels In Months or Years
_________ Python programming experience _________ Python programming experience
@ -32,4 +41,8 @@ _________ Have used another Python GUI Framework (tkiner, Qt, etc) previously (y
- [ ] Searched through Issues (open and closed) to see if already reported - [ ] Searched through Issues (open and closed) to see if already reported
### Code or partial code causing the problem ### Description of Problem / Question / Details
### 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.