From 100d97836237546392a7e094b64a9700ed1eadac Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Wed, 17 Jul 2024 09:56:58 -0700 Subject: [PATCH] Create a feature request issue template. Signed-off-by: James R. Perkins --- .../ISSUE_TEMPLATE/feature-development.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-development.yaml diff --git a/.github/ISSUE_TEMPLATE/feature-development.yaml b/.github/ISSUE_TEMPLATE/feature-development.yaml new file mode 100644 index 00000000..cba0fb71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-development.yaml @@ -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 person who is the point of contact for moving this feature forward. + validations: + required: true +