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 name: Bug Report
description: File a bug report description: File a bug report
title: "[Bug]: " title: "[Bug]: "
labels: ["bug"] labels: ["bug", "awaiting-approval"]
assignees: [] assignees: []
body: body:
- type: markdown - type: markdown

View File

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