瀏覽代碼

Update issue templates (#1020)

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 3 年之前
父節點
當前提交
281cd2491a
共有 1 個文件被更改,包括 34 次插入0 次删除
  1. 34 0
      .github/ISSUE_TEMPLATE/bug_report.md

+ 34 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,34 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. What ledger are you using, e.g. Solana or Substrate
+2. Provide both Solidity source and client code (e.g. TypeScript)
+3. Provide Solang version number (output of `solang --version`)
+3. What behavior are you seeing?
+4. What behavior did you expect?
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Hyperledger Solang version**
+Version of Solang (e.g. v0.1.13)
+
+**Include the complete solidity source code**
+Please include all the Solidity source so we can reproduce the issue.
+
+**Additional context**
+Add any other context about the problem here.