forked from Mirrors/Dispatcharr
Add Support for Github Organization Issue Type
This commit is contained in:
parent
dbf5acdcde
commit
39a06f9ba2
2 changed files with 2 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Bug Report
|
|||
description: I have an issue with Dispatcharr
|
||||
title: "[Bug]: "
|
||||
labels: ["Bug", "Triage"]
|
||||
type: "Bug"
|
||||
projects: []
|
||||
assignees: []
|
||||
body:
|
||||
|
|
|
|||
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Feature request
|
|||
description: I want to suggest a new feature for Dispatcharr
|
||||
title: "[Feature]: "
|
||||
labels: ["Feature Request"]
|
||||
type: "Feature"
|
||||
projects: []
|
||||
assignees: []
|
||||
body:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue