From 57dd25a893e614409b3d681415f9d932481e2752 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Wed, 7 Mar 2018 18:38:10 -0800 Subject: [PATCH] Add an issue template to the project (#185) This patch adds a template for Issues opened against the gas project. That way, minimum information is present to debug the problem. Signed-off-by: Eric Brown --- .github/issue_template.md | 13 +++++++++++++ 1 file changed, 13 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 0000000..14aec56 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,13 @@ +### Summary + +### Steps to reproduce the behavior + +### Gas version + +### Go version (output of 'go version') + +### Operating system / Environment + +### Expected behavior + +### Actual behavior