Browse Source

Add "awaiting-approval" label to issue templates

pull/352/head
William Oldham 2 years ago
parent
commit
81b22b0473
  1. 2
      .github/ISSUE_TEMPLATE/bug-report.yml
  2. 4
      .github/ISSUE_TEMPLATE/feature-request.yml

2
.github/ISSUE_TEMPLATE/bug-report.yml

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

4
.github/ISSUE_TEMPLATE/feature-request.yml

@ -1,7 +1,7 @@ @@ -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

Loading…
Cancel
Save