Add "awaiting-approval" label to issue templates

This commit is contained in:
William Oldham 2023-06-20 20:59:06 +01:00
parent 5c50155718
commit 81b22b0473
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
labels: ["bug", "awaiting-approval"]
assignees: []
body:
- type: markdown

View File

@ -1,7 +1,7 @@
name: Feature request
name: Feature Request
description: Suggest a new feature
title: "[Feature]: "
labels: ["enhancement"]
labels: ["feature", "awaiting-approval"]
assignees: []
body:
- type: textarea