Skip to content

Commit d547e11

Browse files
committed
Clarify version reporting requirements for new issues
1 parent f7298e5 commit d547e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ https://ironpython.groups.io/g/users.
2929

3030
### Version Information
3131

32-
If you are using the `ipy` console program, provide output of executing `ipy -VV`. If it is a local build, provide also the git hash of the commit used to build IronPython. Additionally, provide the type of the operating system used.
32+
If you are using the `ipy` console program, provide output of executing `ipy -VV`. If it is a local build, provide also the git hash of the commit used to build IronPython. In either case, provide the type of the operating system used.
3333

3434
If you are using the IronPython engine embedded in a .NET application, provide the version number of the NuGet package used (or if it is a local build, the git hash of the commit used to build IronPython), and the following info:
3535

36-
* .NET platform used (choice from: .NET, .NET Core, .NET Framework, Mono, Unity),
36+
* .NET platform used (choice from: .NET, .NET Core, .NET Framework, Mono, Unity, Xamarin),
3737
* Version of the .NET platform used,
3838
* Operating system used,
3939
* Value of `sys.version`, from imported module `sys`.

0 commit comments

Comments
 (0)