Skip to content

Commit

Permalink
Clarify version reporting requirements for new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BCSharp committed Oct 17, 2023
1 parent f7298e5 commit d547e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ https://ironpython.groups.io/g/users.

### Version Information

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.
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.

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:

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

0 comments on commit d547e11

Please sign in to comment.