Skip to content

Commit

Permalink
Update the template to add the contact information for SME, developer…
Browse files Browse the repository at this point in the history
… and outside perspective.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Sep 11, 2024
1 parent 3664a1f commit 64873ea
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,46 @@ body:
id: jira
attributes:
label: JIRA
description: A link to the main feature request 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
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
description: A description of the feature.

0 comments on commit 64873ea

Please sign in to comment.