-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature_process
- Loading branch information
Showing
6 changed files
with
79 additions
and
34 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,26 @@ | ||
name: Feature Development | ||
description: Define an issue for the feature development of a WildFly RFE. | ||
labels: ['feature'] | ||
projects: ['wildfly/7'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Create an issue for tracking development of an RFE. Please enter a description for this issue and a point of | ||
contact for this issue. | ||
> :warning: **This is not where a request for enhancement would be filed. This is for developing already defined RFE's.** | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A description of the feature. | ||
validations: | ||
required: true | ||
- type: input | ||
id: issue-contact | ||
attributes: | ||
label: Issue Contact | ||
description: The GitHub id of the person who is the point of contact for moving this feature forward. | ||
validations: | ||
required: true | ||
|
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
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
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
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
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