mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
.github: Update issue templates
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Bug
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: ["Bug", "triage"]
|
||||
title: "[bug]: "
|
||||
labels: ["bug", "triage"]
|
||||
#assignees:
|
||||
# - octocat
|
||||
body:
|
||||
@@ -66,6 +66,8 @@ body:
|
||||
id: description
|
||||
attributes:
|
||||
label: Issue Description
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
|
||||
7
.github/ISSUE_TEMPLATE/improvement.yml
vendored
7
.github/ISSUE_TEMPLATE/improvement.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Improvement
|
||||
description: Request an improvement to existing functionality
|
||||
title: "[Improvement]: "
|
||||
labels: ["Improvement", "triage"]
|
||||
title: "[improvement]: "
|
||||
labels: ["improvement", "triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@@ -22,3 +22,6 @@ body:
|
||||
attributes:
|
||||
label: Improvement Description
|
||||
description: Describe the improvement requested in as much detail as possible
|
||||
validations:
|
||||
required: true
|
||||
|
||||
7
.github/ISSUE_TEMPLATE/new-feature.yml
vendored
7
.github/ISSUE_TEMPLATE/new-feature.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: New Feature
|
||||
description: Request a New Feature
|
||||
title: "[New Feature]: "
|
||||
labels: ["New Feature", "triage"]
|
||||
title: "[new-feature]: "
|
||||
labels: ["new-feature", "triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@@ -22,3 +22,6 @@ body:
|
||||
attributes:
|
||||
label: Feature Description
|
||||
description: Describe the new feature requested in as much detail as possible
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user