mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:15:06 +01:00
Add "awaiting-approval" label to issue templates
This commit is contained in:
parent
5c50155718
commit
81b22b0473
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -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
vendored
4
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -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…
Reference in New Issue
Block a user