diff options
author | Richard Littauer <richard.littauer@gmail.com> | 2018-08-23 00:35:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 00:35:03 +0800 |
commit | 9f70dec9cdff7a2ab97de83d439a2cebd157429a (patch) | |
tree | 551721eaaa92e6bf45ea3be77fc320064910ebf3 | |
parent | 410d288dfc2e08c42df58c7e01ad5c332ce92727 (diff) | |
download | dexon-solidity-9f70dec9cdff7a2ab97de83d439a2cebd157429a.tar.gz dexon-solidity-9f70dec9cdff7a2ab97de83d439a2cebd157429a.tar.zst dexon-solidity-9f70dec9cdff7a2ab97de83d439a2cebd157429a.zip |
docs(bug_report.md): Small grammar fixes
- Data is plural, but 'there are a lot of data' sounds odd to most readers. I used the word information, instead. 'There is a lot of data' isn't grammatical.
- There was an errant space before a comma. I've substituted in a semicolon for readability.
These are small changes, almost pathetically so. But they make the bug report easier to read, thus reducing some friction at scale.
-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* |