You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ about: Bug reports about the Solidity Compiler.
6
6
## Prerequisites
7
7
8
8
- 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.
10
10
- Support questions are better asked in one of the following locations:
- 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.
15
15
16
16
*Delete the above section and the instructions in the sections below before submitting*
0 commit comments