From 100d97836237546392a7e094b64a9700ed1eadac Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Wed, 17 Jul 2024 09:56:58 -0700 Subject: [PATCH 1/2] 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 + From 4f19d667cd8c59c30ff697909275cfeb56e9e045 Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Wed, 25 Sep 2024 14:21:22 -0500 Subject: [PATCH 2/2] Try to gather github ids instead of names Maybe we can use this data in some way. --- .github/ISSUE_TEMPLATE/feature-development.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-development.yaml b/.github/ISSUE_TEMPLATE/feature-development.yaml index cba0fb71..c2471142 100644 --- a/.github/ISSUE_TEMPLATE/feature-development.yaml +++ b/.github/ISSUE_TEMPLATE/feature-development.yaml @@ -20,7 +20,7 @@ body: id: issue-contact attributes: label: Issue Contact - description: The person who is the point of contact for moving this feature forward. + description: The GitHub id of the person who is the point of contact for moving this feature forward. validations: required: true