|
|
@@ -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.
|