mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-10 22:06:58 +08:00
remove not-yet-reviewed label
This commit is contained in:
parent
ad2d620bc6
commit
b7be46b5f8
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/1.bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/1.bug_report.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Bug Report
|
||||
description: Please do not use bug reports for support issues.
|
||||
title: '[Bug]: '
|
||||
labels: ['status:not-yet-viewed', 'bug']
|
||||
labels: ['bug']
|
||||
assignees: 'bobokun'
|
||||
|
||||
body:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/2.feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/2.feature_request.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Feature Request
|
||||
description: Suggest a new feature for Qbit Manage
|
||||
title: '[FR]: '
|
||||
labels: ['status:not-yet-viewed', 'feature request']
|
||||
labels: ['feature request']
|
||||
assignees: 'bobokun'
|
||||
|
||||
body:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/3.docs_request.yml
vendored
2
.github/ISSUE_TEMPLATE/3.docs_request.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: 'Docs Request for an Update or Improvement'
|
||||
description: A request to update or improve Qbit Manage documentation
|
||||
title: '[Docs]: '
|
||||
labels: ['status:not-yet-viewed', 'documentation']
|
||||
labels: ['documentation']
|
||||
assignees: 'bobokun'
|
||||
|
||||
body:
|
||||
|
|
Loading…
Add table
Reference in a new issue