From b10936fad8a5920c2576604295fe1629654b5e6e Mon Sep 17 00:00:00 2001 From: "Schu, Markus" Date: Thu, 16 Jul 2026 10:13:40 +0200 Subject: [PATCH] correct template name to decision record template --- .github/ISSUE_TEMPLATE/1a_FeatureRequest.yml | 2 +- .github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml b/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml index e792662..93a3b3c 100644 --- a/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml @@ -24,7 +24,7 @@ body: label: Feature Request / Modification Description description: | - 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) + [Change Management Decision Record 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 diff --git a/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml index 92d34e9..f360312 100644 --- a/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml +++ b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml @@ -24,7 +24,7 @@ body: label: Component Request /Modification Description description: | - 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) + [Change Management Decision Record 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