Selaa lähdekoodia

Merge branch 'doc/issue_template_compiler_version' into 'master'

doc: include compiler version in issue template

See merge request idf/esp-idf!3357
Ivan Grokhotkov 7 vuotta sitten
vanhempi
sitoutus
c18890875e
1 muutettua tiedostoa jossa 7 lisäystä ja 5 poistoa
  1. 7 5
      docs/issue_template.md

+ 7 - 5
docs/issue_template.md

@@ -26,11 +26,13 @@ If the issue cannot be solved after the steps before, please follow these instru
 
 - Development Kit:      [ESP32-Wrover-Kit|ESP32-DevKitC|ESP32-PICO-Kit|ESP32-LyraT|ESP32-LyraTD-MSC|none]
 - Kit version (for WroverKit/PicoKit/DevKitC): [v1|v2|v3|v4]
-- Core (if using chip or module): [ESP32-Wrover-I|ESP32-Wrover|ESP32-PICO-D4|ESP32-SOLO-I|ESP32-WROOM-32U|ESP-WROOM-32D|ESP-WROOM32|ESP32]
-- IDF version (``git rev-parse --short HEAD`` to get the commit id.): 
-    //bd6ea4393c7d2f059fc4decc70f1ec3eb3597268
-- Development Env:		[Arduino IDE|Make|Eclipse|other]
-- Operating System:		[Windows|Ubuntu|MacOS]
+- Module or chip used:  [ESP32-WROOM-32|ESP32-WROOM-32D|ESP32-WROOM-32U|ESP32-WROVER|ESP32-WROVER-I|ESP32-WROVER-B|ESP32-WROVER-IB|ESP32-SOLO-1|ESP32-PICO-D4|ESP32]
+- IDF version (run ``git describe --tags`` to find it): 
+    // v3.2-dev-1148-g96cd3b75c
+- Build System:         [Make|CMake]
+- Compiler version (run ``xtensa-esp32-elf-gcc --version`` to find it):
+    // 1.22.0-80-g6c4433a
+- Operating System:     [Windows|Linux|macOS]
 - Power Supply:         [USB|external 5V|external 3.3V|Battery]
 
 ## Problem Description