From e31147cf33a71639eea019357648ab57c5a20db7 Mon Sep 17 00:00:00 2001 From: Arun Mahapatra Date: Wed, 31 Aug 2016 15:07:23 +0530 Subject: [PATCH] Default issue type is code defect. --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2cff306a6..e73996480 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ ## Issue type Please specify the type of issue: - [ ] Specification -- [ ] Code defect +- [x] Code defect - [ ] Question ## Steps to reproduce