From 384bc816c69bb1cea9f971383bc12b147b07b06c Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Sat, 18 Jun 2022 05:41:15 -0400 Subject: [PATCH] Added Demo Browser suggestion to "check the Demo Programs" item --- ...m---must-fill-in-this-form-with-every-new-issue-submitted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 05026c02..6c65aa75 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 @@ -60,7 +60,7 @@ Anything else you think would be helpful? 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 +- [ ] Looked for Demo Programs that are similar to your goal. It is recommend you use the Demo Browser! 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)