From c17671c0c7f146e3a1e69f6c224e1ea080722e64 Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Thu, 28 Feb 2019 19:21:34 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md 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?