fix: assign labels for issue templates (#919)

This commit is contained in:
Ben Potter
2022-04-07 21:04:56 +00:00
committed by GitHub
parent 75ef1f4b26
commit c6a0078c35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name: Bug report
about: Report a bug
title: "Bug: "
labels: "bug 🐛"
labels: "bug :bug:"
---
## OS Information
+1 -1
View File
@@ -2,7 +2,7 @@
name: Documentation improvement
about: Suggest a documentation improvement
title: "Docs: "
labels: "documentation 📝"
labels: "documentation :memo:"
---
## What is your suggestion?