Skip to content

Commit

Permalink
Merge pull request #588 from jamezp/feature-request-issue-template
Browse files Browse the repository at this point in the history
Create a feature request issue template.
  • Loading branch information
bstansberry authored Sep 25, 2024
2 parents aca9052 + 4f19d66 commit b4f7756
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-development.yaml
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

0 comments on commit b4f7756

Please sign in to comment.