-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a feature request issue template.
Signed-off-by: James R. Perkins <[email protected]>
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|