Skip to content

Commit 42e6a0e

Browse files
authored
Clarify version info requirements when submitting new issues (IronLanguages#1739)
1 parent dbcdb07 commit 42e6a0e

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Prerequisites
22

3-
The issue tracker is used to report bugs and request new features, NOT to ask questions.
3+
The issue tracker is used to report bugs and request new features, **NOT** to ask questions.
44

55
Questions should be posted in [Discussions](https://github.com/IronLanguages/ironpython3/discussions/categories/q-a) or to the users mailing list which can be accessed at
66
https://ironpython.groups.io/g/users.
@@ -19,10 +19,21 @@ https://ironpython.groups.io/g/users.
1919
2. [Second Step]
2020
3. [and so on...]
2121

22-
**Expected behavior:** [What you expected to happen]
22+
**Expected behavior:**
2323

24-
**Actual behavior:** [What actually happened]
24+
[What you expected to happen]
2525

26-
### Versions
26+
**Actual behavior:**
2727

28-
You can get this information from executing `ipy -VV`.
28+
[What actually happened]
29+
30+
### Version Information
31+
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.
33+
34+
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:
35+
36+
* .NET platform used (choice from: .NET, .NET Core, .NET Framework, Mono, Unity),
37+
* Version of the .NET platform used,
38+
* Operating system used,
39+
* Value of `sys.version`, from imported module `sys`.

0 commit comments

Comments
 (0)