removed default labels in github issues (#825)

This commit is contained in:
Théo Degioanni 2020-11-09 20:45:58 +01:00 committed by GitHub
parent 213ba9629a
commit b324f66135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name: Bug Report name: Bug Report
about: Report a bug to help us improve! about: Report a bug to help us improve!
title: '' title: ''
labels: 'bug' labels: ''
assignees: '' assignees: ''
--- ---

View file

@ -2,7 +2,7 @@
name: Feature Request name: Feature Request
about: Propose a new feature! about: Propose a new feature!
title: '' title: ''
labels: 'enhancement' labels: ''
assignees: '' assignees: ''
--- ---