diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..ac3aada9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,18 @@ +--- +name: Custom issue template +about: PySimpleGUI custom template +title: "[FILL IN PREFIX] Description" +labels: '' +assignees: '' + +--- + +### Issue Title Prefixes - [Bug], [Question], [Enhancement] + +### What is the import statement in your program that imports the PySimpleGUI package? + +### Your PySimpleGUI version if known: + +### Operating System and version: + +### What's up?