Merge branch 'bugfix/gh_issue_template' into 'master'

gh: remove default label on new issues

See merge request espressif/esp-idf!7267
This commit is contained in:
Angus Gratton 2020-01-10 11:39:02 +08:00
commit 0999f6d698

View file

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