Skip to content
Snippets Groups Projects
Commit 81310a03 authored by George Joseph's avatar George Joseph Committed by Asterisk Development Team
Browse files

.github: Update issue templates

(cherry picked from commit ef644c3e937e132c7b91e75f6ca580b04991ab05)
parent 5cb6d8a4
No related branches found
No related tags found
3 merge requests!138Merge branch asterisk-20.3.0 into devel properly,!123Merge asterisk '20.3.0' into devel,!118Draft: manager: AOC-S support for AOCMessage
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:
......
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
\ No newline at end of file
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
\ No newline at end of file
......@@ -19,6 +19,7 @@ jobs:
uses: actions/stale@v7
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-label: stale
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
days-before-stale: 7
days-before-close: 14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment