mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +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
|
name: Bug
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
title: "[Bug]: "
|
title: "[bug]: "
|
||||||
labels: ["Bug", "triage"]
|
labels: ["bug", "triage"]
|
||||||
#assignees:
|
#assignees:
|
||||||
# - octocat
|
# - octocat
|
||||||
body:
|
body:
|
||||||
@@ -66,6 +66,8 @@ body:
|
|||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue Description
|
label: Issue Description
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
7
.github/ISSUE_TEMPLATE/improvement.yml
vendored
7
.github/ISSUE_TEMPLATE/improvement.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Improvement
|
name: Improvement
|
||||||
description: Request an improvement to existing functionality
|
description: Request an improvement to existing functionality
|
||||||
title: "[Improvement]: "
|
title: "[improvement]: "
|
||||||
labels: ["Improvement", "triage"]
|
labels: ["improvement", "triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@@ -22,3 +22,6 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Improvement Description
|
label: Improvement Description
|
||||||
description: Describe the improvement requested in as much detail as possible
|
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
|
name: New Feature
|
||||||
description: Request a New Feature
|
description: Request a New Feature
|
||||||
title: "[New Feature]: "
|
title: "[new-feature]: "
|
||||||
labels: ["New Feature", "triage"]
|
labels: ["new-feature", "triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@@ -22,3 +22,6 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Feature Description
|
label: Feature Description
|
||||||
description: Describe the new feature requested in as much detail as possible
|
description: Describe the new feature requested in as much detail as possible
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
1
.github/workflows/NightlyAdmin.yml
vendored
1
.github/workflows/NightlyAdmin.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
|||||||
uses: actions/stale@v7
|
uses: actions/stale@v7
|
||||||
with:
|
with:
|
||||||
stale-issue-message: 'This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
|
stale-issue-message: 'This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
|
||||||
|
stale-issue-label: stale
|
||||||
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
|
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
|
||||||
days-before-stale: 7
|
days-before-stale: 7
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
|
Reference in New Issue
Block a user