diff --git a/.github/ISSUE_TEMPLATE/issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md b/.github/ISSUE_TEMPLATE/issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md index 041c965e..05026c02 100644 --- a/.github/ISSUE_TEMPLATE/issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md +++ b/.github/ISSUE_TEMPLATE/issue-form---must-fill-in-this-form-with-every-new-issue-submitted.md @@ -1,73 +1,94 @@ --- name: Issue Form - **Must fill in this form** with every new issue submitted. about: This form contains the information needed to help you solve your problem -title: "[ Enhancement/Bug/Question] My problem is..." +title: "[ Enhancement/Bug/Question] NOTE - you can also call sg.main() or sg.main_open_github_issue() to post an issue" labels: '' assignees: '' --- -### Type of Issues (Enhancement, Error, Bug, Question) - -### Operating System - -### Python version - -### PySimpleGUI Port and Version - -Ports = tkinter, Qt, WxPython, Web - -PySimpleGUI Version: - -tkinter version: - -You can get these by adding this to the top of your file and running it: - -```python -import PySimpleGUI as sg - -print(sg) # Location of your PySimpleGUI.py file -print(sg.version) # PySimpleGUI version number -print(sg.tclversion_detailed) # tkinter detailed version number (in PySimpleGUI version 4.29.0+) -print(sg.sys.version) # Python version number -``` - -The tkinter version number can be obtained using above code in version 4.29.0+. If your code is prior: -```python -print(sg.tkinter.Tcl().eval('info patchlevel')) -``` +### Type of Issue (Enhancement, Error, Bug, Question) -### Your Experience Levels In Months or Years +---------------------------------------- -_________ Python programming experience -_________ Programming experience overall -_________ Have used another Python GUI Framework (tkinter, Qt, etc) previously (yes/no is fine)? +#### Operating System -### You have completed these steps: -- [ ] Read instructions on how to file an Issue -- [ ] Searched through main docs http://www.PySimpleGUI.org for your problem -- [ ] Searched through the readme for your specific port if not PySimpleGUI (Qt, WX, Remi) -- [ ] Looked for Demo Programs that are similar to your goal http://www.PySimpleGUI.com -- [ ] Note that there are also Demo Programs under each port on GitHub + +#### PySimpleGUI Port (tkinter, Qt, Wx, Web) + + + +---------------------------------------- + +## Versions + +Version information can be obtained by calling `sg.main_get_debug_data()` +Or you can print each version shown in () + + +#### Python version (`sg.sys.version`) + + + +#### PySimpleGUI Version (`sg.__version__`) + + + +#### GUI Version (tkinter (`sg.tclversion_detailed`), PySide2, WxPython, Remi) + + + +--------------------- + +#### Your Experience In Months or Years (optional) + +Years Python programming experience + +Years Programming experience overall + +Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine) + +Anything else you think would be helpful? + + +--------------------- + +#### Troubleshooting + +These items may solve your problem. Please check those you've done by changing - [ ] to - [X] + +- [ ] Searched main docs for your problem www.PySimpleGUI.org +- [ ] Looked for Demo Programs that are similar to your goal Demos.PySimpleGUI.org +- [ ] If not tkinter - looked for Demo Programs for specific port +- [ ] For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi) - [ ] Run your program outside of your debugger (from a command line) -- [ ] Searched through Issues (open and closed) to see if already reported -- [ ] Try again by upgrading your PySimpleGUI.py file to use the current one on GitHub. Your problem may have already been fixed but is not yet on PyPI. +- [ ] Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org +- [ ] Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released -### Description of Problem / Question / Details +#### Detailed Description -### 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). -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. +#### Code To Duplicate + +A **short** program that isolates and demonstrates the problem (Do not paste your massive program, but instead 10-20 lines that clearly show the problem) This pre-formatted code block is all set for you to paste in your bit of code: ```python -import PySimpleGUI as sg -## Paste your code here +# Paste your code here + + ``` + +#### Screenshot, Sketch, or Drawing + +--------------------- + +### Watcha Makin? + +If you care to share something about your project, it would be awesome to hear what you're building. diff --git a/docs/_config.yml b/docs/_config.yml index 2f7efbea..cc35c1df 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-modernist \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 7b66e1f1..fc6d5d6e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,6 @@
-