From 9f23055745e1cc8348b1613f06cc2fbdc81c5a3e Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sat, 4 Jun 2016 16:42:29 -0700 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..0aef46db --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +### Description + +### Checklist + +- [ ] Dependencies installed +- [ ] No typos + +### Expected behaviour + +### Actual behaviour + +### Steps to reproduce + +### Working code to debug + +```go +package main + +func main() { +} +``` + +### Version/commit