diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-11-15 20:08:35 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-11-15 20:08:35 +0800 |
commit | 7debfa757004d65c5fb88c51a5dcd9c43c2c18c9 (patch) | |
tree | a2eaada288dff65515883726147e57d828809c51 /.github | |
parent | 9db76403bb378e3b36bde8b42794ad6da0262ec9 (diff) | |
download | dexon-solidity-7debfa757004d65c5fb88c51a5dcd9c43c2c18c9.tar dexon-solidity-7debfa757004d65c5fb88c51a5dcd9c43c2c18c9.tar.gz dexon-solidity-7debfa757004d65c5fb88c51a5dcd9c43c2c18c9.tar.bz2 dexon-solidity-7debfa757004d65c5fb88c51a5dcd9c43c2c18c9.tar.lz dexon-solidity-7debfa757004d65c5fb88c51a5dcd9c43c2c18c9.tar.xz dexon-solidity-7debfa757004d65c5fb88c51a5dcd9c43c2c18c9.tar.zst dexon-solidity-7debfa757004d65c5fb88c51a5dcd9c43c2c18c9.zip |
Ask for target EVM version in issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c3caf86e..dd4d0b41 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,6 +21,7 @@ about: Bug reports about the Solidity Compiler. ## Environment - Compiler version: +- Target EVM version (as per compiler settings): - Framework/IDE (e.g. Truffle or Remix): - EVM execution environment / backend / blockchain client: - Operating system: |