aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorRichard Littauer <richard.littauer@gmail.com>2018-08-23 00:35:03 +0800
committerGitHub <noreply@github.com>2018-08-23 00:35:03 +0800
commit9f70dec9cdff7a2ab97de83d439a2cebd157429a (patch)
tree551721eaaa92e6bf45ea3be77fc320064910ebf3 /.github/ISSUE_TEMPLATE
parent410d288dfc2e08c42df58c7e01ad5c332ce92727 (diff)
downloaddexon-solidity-9f70dec9cdff7a2ab97de83d439a2cebd157429a.tar
dexon-solidity-9f70dec9cdff7a2ab97de83d439a2cebd157429a.tar.gz
dexon-solidity-9f70dec9cdff7a2ab97de83d439a2cebd157429a.tar.bz2
dexon-solidity-9f70dec9cdff7a2ab97de83d439a2cebd157429a.tar.lz
dexon-solidity-9f70dec9cdff7a2ab97de83d439a2cebd157429a.tar.xz
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.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md4
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*