Skip to content

Commit

Permalink
Create a feature request issue template.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Sep 11, 2024
1 parent dee90dc commit 8d9a9aa
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Feature Request
description: A feature request for WildFly
title: ""
labels: ["feature"]
projects: ["wildfly/7"]
body:
- type: input
id: jira
attributes:
label: JIRA
description: A link to the main feature request JIRA.
placeholder: ex. https://issues.redhat.com/browse/WFLY-XXX
validations:
required: true
- type: dropdown
id: stability
attributes:
label: Stability
description: The stability level proposed for the feature.
options:
- community
- preview
- experimental
default: 0
validations:
required: true
- type: input
id: sme
attributes:
label: Subject Matter Expert
description: The name of the person who is the subject matter expert.
validations:
required: false
- type: input
id: developer
attributes:
label: Developer
description: The name of the person who is doing the development.
validations:
required: false
- type: input
id: outside-perspective
attributes:
label: Outside Perspective
description: The name of the person who is the outside perspective for this feature.
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: A description of the feature.

0 comments on commit 8d9a9aa

Please sign in to comment.