From 3f227db4c8e5af58f56ce83871a496e169ff95c9 Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Fri, 15 Mar 2019 10:36:43 -0400 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..96f14162 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,18 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + +### Type of Issues (Enhancement, Error, Bug, Question) + +### Operating System + +### Python version + +### PySimpleGUI Port and Version + +### Code or partial code causing the problem