Pārlūkot izejas kodu

bug template: add how to find wxPython version

Markus Neteler 4 gadi atpakaļ
vecāks
revīzija
eb5aa2d51a
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      .github/ISSUE_TEMPLATE/bug_report.md

+ 3 - 1
.github/ISSUE_TEMPLATE/bug_report.md

@@ -27,13 +27,15 @@ If applicable, add screenshots to help explain your problem.
 **System description (please complete the following information):**
 
 - Operating System: [e.g. Windows, Linux, ..., incl. version]
-- GRASS GIS version [e.g. 7.8.1]
+- GRASS GIS version [e.g. 7.8.4]
 
 <!---
 
 - details about further software components
     - run `g.version -rge` in a GRASS GIS terminal session or check in
       the GUI menu "Help > About"
+    - run `python3 -c "import sys, wx; print(sys.version); print(wx.version())"`
+      to print the Python and wxPython version numbers
 --->
 
 **Additional context**