Merge branch 'bugfix/gh_issue_template' into 'master'

gh: remove default label on new issues

See merge request espressif/esp-idf!7267
pull/4623/head
Angus Gratton 2020-01-10 11:39:02 +08:00
commit 0999f6d698
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
name: Bug report
about: ESP-IDF crashes, produces incorrect output, or has incorrect behavior
title: ''
labels: 'Type: Bug'
labels: ''
assignees: ''
---