Add "bug" label to bug issue template (#19814)

Just adding a label
This commit is contained in:
Peter Frank 2023-07-24 13:55:04 -05:00 committed by GitHub
parent 129628b2c2
commit b39b4642fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -1,11 +1,11 @@
---
name: '[Core Team Only]: New Approved Feature'
about:
This template is for Core Team only. For feature requests, please use GitHub
name: "[Core Team Only]: New Approved Feature"
about: This template is for Core Team only. For feature requests, please use GitHub
Discussions.
title: ''
labels: ''
assignees: ''
---
<!-- ⚠️⚠️⚠️ This issue template is for Core Team only to outline approved features. For new Feature Requests, please use GitHub Discussions: https://github.com/forem/forem/discussions -->

View file

@ -2,8 +2,9 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''
---
<!-- Before creating a bug report, try disabling browser extensions to see if the bug is still present. -->