Skip to content

Commit 9f70dec

Browse files
authored
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.
1 parent 410d288 commit 9f70dec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ about: Bug reports about the Solidity Compiler.
66
## Prerequisites
77

88
- First, many thanks for taking part in the community. We really appreciate that.
9-
- 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.
9+
- 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.
1010
- Support questions are better asked in one of the following locations:
1111
- [Solidity chat](https://gitter.im/ethereum/solidity)
1212
- [Stack Overflow](https://ethereum.stackexchange.com/)
1313
- Ensure the issue isn't already reported.
14-
- 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.
14+
- 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.
1515

1616
*Delete the above section and the instructions in the sections below before submitting*
1717

0 commit comments

Comments
 (0)