From 356e68c16901ddd412fa6ae21434f1de1460b524 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 7 Feb 2018 18:40:10 -0800 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..cb6a856 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +Hello There, Future Issue Creator! + +Gooey has grown far more than I ever expected. It's used by lots of people, lots of platforms, and across lots of different Python Development setups. It can take a bit of context to weed out the strange behaviors that can pop up across environments. In short, if you've found a bug, make sure to include the follow (it's the first thing I'll usually ask for any ways). + + - [ ] OS + - [ ] Python Version + - [ ] Gooey Version + - [ ] Thorough description of problem + - [ ] Expected Behavior + - [ ] Actual Behavior + - [ ] A minimal code example -- preferably copy/pastable in the issue itself (less time figuring out how to run your code == more time debugging!) + - [ ] Screenshot (if visual quirk) + - [ ] Anything else you may think will be helpful + + +Thanks! ^_^ + + + + + +