Browse Source

Create ISSUE_TEMPLATE.md

pull/254/head
Chris 7 years ago
committed by GitHub
parent
commit
356e68c169
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions
  1. 22
      ISSUE_TEMPLATE.md

22
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! ^_^
Loading…
Cancel
Save