From 24c3501a931460f1d89123a3ea21750c414e7f22 Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Wed, 15 Jul 2026 09:10:31 +0200 Subject: [PATCH 1/2] adapt issue templates to the new fep process --- .github/ISSUE_TEMPLATE/1a_FeatureRequest.yml | 4 ++-- .github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml b/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml index 0c57446..6fe66e7 100644 --- a/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml @@ -24,12 +24,12 @@ body: label: Feature Request / Modification Description description: | - Use following template within a PR and link it to this issue - [Change Management Feature Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_feature_template.html) needs to be used + [Change Management Feature Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_decision_record_template.html) needs to be used validations: required: true - type: checkboxes attributes: - label: Expected Changes ot work products + label: Expected Changes of work products options: - label: Requirements - label: Architecture diff --git a/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml index 7e4d7c3..7dc087b 100644 --- a/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml +++ b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml @@ -24,12 +24,12 @@ body: label: Component Request /Modification Description description: | - Use following template within a PR and link it to this issue - [Change Management Component Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_component_template.html) needs to be used + [Change Management Component Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_decision_record_template.html) needs to be used validations: required: true - type: checkboxes attributes: - label: Expected Changes ot work products + label: Expected Changes of work products options: - label: Requirements - label: Architecture From d5cb0cb68ebff64c1bb49c438e846d381c334186 Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Wed, 15 Jul 2026 11:30:15 +0200 Subject: [PATCH 2/2] reflect review finding --- .github/ISSUE_TEMPLATE/1a_FeatureRequest.yml | 8 ++++---- .github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml b/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml index 6fe66e7..e792662 100644 --- a/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml @@ -23,8 +23,8 @@ body: attributes: label: Feature Request / Modification Description description: | - - Use following template within a PR and link it to this issue - [Change Management Feature Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_decision_record_template.html) needs to be used + - Use following template within a PR and link it to this issue, if a new Feature is requested or the scope of an existing one is changed, otherwise just file a Task or Bug issue + [Change Management Feature Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_decision_record_template.html) validations: required: true - type: checkboxes @@ -44,8 +44,8 @@ body: attributes: label: Impact analysis description: | - - Summary of the impacted analysis - [Change Management Impact Analysis Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_impact_analysis_template.html) needs to be used + - Summary of the impacted analysis, use the following template or parts and copy it to the decision record or in this issue field + [Change Management Impact Analysis Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_impact_analysis_template.html) validations: required: true - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml index 7dc087b..92d34e9 100644 --- a/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml +++ b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml @@ -23,8 +23,8 @@ body: attributes: label: Component Request /Modification Description description: | - - Use following template within a PR and link it to this issue - [Change Management Component Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_decision_record_template.html) needs to be used + - Use following template within a PR and link it to this issue, if a new Component is requested or the scope of an existing one is changed, otherwise just file a Task or Bug issue + [Change Management Component Request Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_decision_record_template.html) validations: required: true - type: checkboxes @@ -44,8 +44,8 @@ body: attributes: label: Impact analysis description: | - - Summary of the impacted analysis - [Change Management Impact Analysis Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_impact_analysis_template.html) needs to be used + - Summary of the impacted analysis, use the following template or parts and copy it to the decision record or in this issue field + [Change Management Impact Analysis Template](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_impact_analysis_template.html) validations: required: true - type: checkboxes