aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-03-15 06:45:53 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2016-03-15 06:45:53 +0800
commit42c049e519728e8ad747b548c93b00d4c8d34879 (patch)
tree2e9102835096928efab9be2fadc86cbe93dbc1a7
parentb8f4a48ada7197a7c197a9dbbf143c47a9a93ae9 (diff)
parenta0e2e22a4f61eab801b6fa0ac21ae32f634525cc (diff)
downloadgo-tangerine-42c049e519728e8ad747b548c93b00d4c8d34879.tar.gz
go-tangerine-42c049e519728e8ad747b548c93b00d4c8d34879.tar.zst
go-tangerine-42c049e519728e8ad747b548c93b00d4c8d34879.zip
Merge pull request #2342 from obscuren/issue-templates
templates: added issue template
-rw-r--r--.github/CONTRIBUTING.md (renamed from CONTRIBUTING.md)0
-rw-r--r--.github/ISSUE_TEMPLATE.md20
2 files changed, 20 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 829bf5d43..829bf5d43 100644
--- a/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 000000000..6c1cb9f9a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,20 @@
+#### System information
+
+Geth version: `geth version`
+OS & Version: Windows/Linux/OSX
+Commit hash : (if `develop`)
+
+#### Expected behaviour
+
+
+#### Actual behaviour
+
+
+#### Steps to reproduce the behaviour
+
+
+#### Backtrace
+
+````
+[backtrace]
+````