fix: assign labels for issue templates (#919)

This commit is contained in:
Ben Potter
2022-04-07 17:04:56 -04:00
committed by GitHub
parent 75ef1f4b26
commit c6a0078c35
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 about: Report a bug
title: "Bug: " title: "Bug: "
labels: "bug 🐛" labels: "bug :bug:"
--- ---
## OS Information ## OS Information

View File

@ -2,7 +2,7 @@
name: Documentation improvement name: Documentation improvement
about: Suggest a documentation improvement about: Suggest a documentation improvement
title: "Docs: " title: "Docs: "
labels: "documentation 📝" labels: "documentation :memo:"
--- ---
## What is your suggestion? ## What is your suggestion?