diff options
author | chriseth <chris@ethereum.org> | 2018-09-03 22:44:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-03 22:44:01 +0800 |
commit | 6e5e05779c6085c1fc58d38390cc5cb447068ecb (patch) | |
tree | 458f939f76a5db85f4927d74a7e601f50929fe9e | |
parent | 0b9cc80bedb2f05e19ac6c66906d8ac3d77bc01b (diff) | |
parent | 9f70dec9cdff7a2ab97de83d439a2cebd157429a (diff) | |
download | dexon-solidity-6e5e05779c6085c1fc58d38390cc5cb447068ecb.tar.gz dexon-solidity-6e5e05779c6085c1fc58d38390cc5cb447068ecb.tar.zst dexon-solidity-6e5e05779c6085c1fc58d38390cc5cb447068ecb.zip |
Merge pull request #4848 from RichardLitt/patch-1
docs(bug_report.md): Small grammar fixes
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 196cbb32..0cc0edec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,12 +6,12 @@ about: Bug reports about the Solidity Compiler. ## Prerequisites - First, many thanks for taking part in the community. We really appreciate that. -- We realize there is a lot of data requested here. We ask only that you do your best to provide as much information as possible so we can better help you. +- We realize there is a lot of information requested here. We ask only that you do your best to provide as much information as possible so we can better help you. - Support questions are better asked in one of the following locations: - [Solidity chat](https://gitter.im/ethereum/solidity) - [Stack Overflow](https://ethereum.stackexchange.com/) - Ensure the issue isn't already reported. -- The issue should be reproducible with the latest solidity version , however, this isn't a hard requirement and being reproducible with an older version is sufficient. +- The issue should be reproducible with the latest solidity version; however, this isn't a hard requirement and being reproducible with an older version is sufficient. *Delete the above section and the instructions in the sections below before submitting* |