fix label creation

This commit is contained in:
Dmitry Shibanov 2021-02-10 12:49:56 +03:00
parent 5222f725dd
commit 371353f882
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: Create a bug report about: Create a bug report
title: '' title: ''
labels: bug labels: needs triage
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ''
labels: feature request labels: feature request, needs triage
assignees: '' assignees: ''
--- ---