22bb19eaca
Adds a triage label by default to the issue templates for project maintainers to identify new issues that still need to be evaluated, labeled, and addressed. Change-Id: I9508cce273e7834ccff5eb77c0dd6a1e028dc299
19 lines
411 B
Markdown
19 lines
411 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an airshipctl feature
|
|
title: ''
|
|
labels: enhancement, triage
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Problem description (if applicable)**
|
|
A description of the problem or background information that illustrates the need
|
|
for a new feature.
|
|
|
|
**Proposed change**
|
|
A detailed description of the new, requested behavior.
|
|
|
|
**Potential impacts**
|
|
Potential security or performance related impacts.
|