Skip to content

Commit 696d0ad

Browse files
jnm2jskeet
authored andcommitted
Fix bug issue template telling people 7.3 is being worked on
1 parent 83427e7 commit 696d0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A clear and concise description of what the bug is. Does the standard disallow c
1212

1313
Include a reference to the clause in the standard containing the violation.
1414

15-
Include the version of C# where you encounter this error. The committee is working on the updated standard for C# 7.3. We have lists for features that will be added in later versions. Bugs that describe changes to behavior that existed in 7.3 are useful. Adding issues for features that aren't covered are less helpful.
15+
Include the version of C# where you encounter this error. The committee is working on the updated standard for C# 8. We have lists for features that will be added in later versions. Bugs that describe changes to behavior that existed in 8 are useful. Adding issues for features that aren't covered are less helpful.
1616

1717
**Example**
1818
Provide an example that shows the problem in the standard. A small code snippet that should be allowed or disallowed, or code that behaves differently than the standard.

0 commit comments

Comments
 (0)