From 5aeecb09afecda94555a65b6c26b418c0aed4d4f Mon Sep 17 00:00:00 2001 From: Won Jun Jang Date: Wed, 24 May 2017 10:29:17 -0400 Subject: [PATCH 1/2] Create issue_template.md Copied this one: https://github.com/moby/moby/blob/master/.github/ISSUE_TEMPLATE.md --- .github/issue_template.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 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 0000000000..4b46db6a04 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,39 @@ + + +**Description** + + + +**Steps to reproduce the issue:** +1. +2. +3. + +**Describe the results you received:** + + +**Describe the results you expected:** + + +**Additional information you deem important (e.g. issue happens only occasionally):** + + +**Additional environment details (Browser, etc.):** From 628d255c515f6bc1e16bee9c2776e9e155c0fa3e Mon Sep 17 00:00:00 2001 From: Won Jun Jang Date: Wed, 24 May 2017 13:49:10 -0400 Subject: [PATCH 2/2] address comments --- .github/issue_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 4b46db6a04..1795163e37 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,8 +1,8 @@