From 758f76ffee71a511ff41d5c423a03c1bf1f9fbf4 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Thu, 3 Mar 2016 10:40:14 -0800 Subject: [PATCH] misc: Include issue template for GitHub --- ISSUE_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..11668d94 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +Please answer the following before submitting your issue: + +Note: Please include any substantial examples (debug session output, +stacktraces, etc) as linked gists. + +1. What version of Delve are you using (`dlv version`)? +2. What version of Go are you using? (`go version`)? +3. What operating system and processor architecture are you using? +4. What did you do? +5. What did you expect to see? +6. What did you see instead?