From a6616e83c309b6b8ebd8cfa270172d16c332f694 Mon Sep 17 00:00:00 2001 From: Andreas Mittag Date: Wed, 4 Feb 2026 12:30:22 +0100 Subject: [PATCH 1/6] + orgwide issue templates --- .github/ISSUE_TEMPLATE/1-bugfix.yml | 107 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/2-improvement.yml | 52 +++++++++++ .github/ISSUE_TEMPLATE/3-change.yml | 94 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 14 +++ 4 files changed, 267 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-bugfix.yml create mode 100644 .github/ISSUE_TEMPLATE/2-improvement.yml create mode 100644 .github/ISSUE_TEMPLATE/3-change.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/1-bugfix.yml b/.github/ISSUE_TEMPLATE/1-bugfix.yml new file mode 100644 index 0000000..c378494 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bugfix.yml @@ -0,0 +1,107 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +name: Problem Report +description: Issue to track a bug +title: "Bug: Your bugfix title" +labels: ["codeowner_review"] +type: 'Bug' +body: + - type: markdown + attributes: + value: "## Bug Ticket creation" + - type: textarea + attributes: + label: Description + description: | + Description of the Bug + Root cause / Impact / Notification required? + validations: + required: true + - type: textarea + attributes: + label: Analysis results + description: | + Documentation of the analysis results + validations: + required: true + - type: textarea + attributes: + label: Solution + description: | + Documentation of the solution + Link to Pull Request containing the solution + validations: + required: true + - type: dropdown + attributes: + label: Error Occurrence Rate + options: + - Single Event + - Sporadic + - Highly Intermittent + - Reproducible + - type: textarea + attributes: + label: How to reproduce + description: How to reproduce? + - type: textarea + attributes: + label: Supporting Information + description: | + During which operational state did the issue occur + Observations / Screenshots / Traces + validations: + required: false + - type: dropdown + attributes: + label: Classification + options: + - minor + - major + - critical + - blocker + default: 0 + validations: + required: true + - type: dropdown + attributes: + label: Affected Version + options: + - pre-0.5 + - 0.5 + - 1.0 + default: 0 + validations: + required: true + - type: dropdown + attributes: + label: Expected Closure Version + options: + - 0.5 + - 1.0 + default: 0 + validations: + required: false + - type: checkboxes + attributes: + label: Category + options: + - label: Safety Related + - label: Security Related + - type: textarea + attributes: + label: ASIL classification + description: Add ASIL classification, e.g. ASIL_B or ASIL_D + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/2-improvement.yml b/.github/ISSUE_TEMPLATE/2-improvement.yml new file mode 100644 index 0000000..fa14031 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-improvement.yml @@ -0,0 +1,52 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +name: "Improvement / Task" +description: Issue to track a improvement / task +title: "Improvement: Your Improvement title" +labels: ["codeowner_review"] +body: + - type: textarea + attributes: + label: What + description: | + - Goal of the Improvement / Task + - If Req/Architecture is affected, the template of + [Change Management](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_impact_analysis_template.html) needs to be used + validations: + required: true + - type: textarea + attributes: + label: How + description: Details on implementation approach + validations: + required: false + - type: textarea + attributes: + label: Estimates for realization + description: | + - Estimate the effort, resources, risk for the realization + - Impact to users of the feature + validations: + required: true + - type: checkboxes + attributes: + label: Category + options: + - label: Affects Detailed Design + - type: checkboxes + attributes: + label: Requirements / Architecture + options: + - label: Requirements / Architecture are not affected by this change? + required: true diff --git a/.github/ISSUE_TEMPLATE/3-change.yml b/.github/ISSUE_TEMPLATE/3-change.yml new file mode 100644 index 0000000..7119196 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-change.yml @@ -0,0 +1,94 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +name: "Change Request" +description: Issue to track a change +title: "Change: Your Change Request title" +labels: ["codeowner_review"] +body: + - type: dropdown + attributes: + label: Change Request Type + options: + - Feature Request + - Feature Modification + - Component Request + - Component Modification + default: 0 + validations: + required: true + - type: textarea + attributes: + label: Description of the Change Request + description: | + - Exact description of the Change Request + - Impact to users of the feature/component + - 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 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 + [For (Process) Improvements, Improvement Issue Template](https://github.com/eclipse-score/process_description/blob/main/.github/ISSUE_TEMPLATE/2-improvement.yml) needs to be used + validations: + required: true + - type: textarea + attributes: + label: Estimates for realization + description: | + - Estimate the effort, resources, risk for the realization + validations: + required: true + - type: checkboxes + attributes: + label: Affects work products + options: + - label: Requirements + - label: Architecture + - label: Safety/Security Analysis + - label: Detailed Design + required: true + - type: textarea + attributes: + label: Impact analysis + description: | + - Details on the impacted work products + - Use the following template and/or run the impact analysis tool provided + If the following template is use within a PR, link it to this issue + [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 + validations: + required: true + - type: checkboxes + attributes: + label: Safety or Security relevance + options: + - label: none + - label: Safety relevant + - label: Security relevant + validations: + required: true + - type: dropdown + attributes: + label: ASIL classification + options: + - QM + - ASIL_B + default: 0 + validations: + required: true + - type: dropdown + attributes: + label: Expected Implementation Version + options: + - 0.5 + - 1.0 + default: 0 + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d8944ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +blank_issues_enabled: false From 610caa14d0d013345a63dd3bc2fef0ef13c5f87b Mon Sep 17 00:00:00 2001 From: Andreas Mittag Date: Wed, 4 Feb 2026 17:12:49 +0100 Subject: [PATCH 2/6] New Templates for Issue Types --- .github/ISSUE_TEMPLATE/1_FeatureRequest.yml | 40 ++++++++++++ .github/ISSUE_TEMPLATE/2_ProductIncrement.yml | 64 +++++++++++++++++++ .../{3-change.yml => 3_Epic.yml} | 47 ++++++++------ .../{2-improvement.yml => 4_Task.yml} | 39 ++++------- .../{1-bugfix.yml => 5_Bug.yml} | 62 ++++++++++++------ 5 files changed, 190 insertions(+), 62 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/1_FeatureRequest.yml create mode 100644 .github/ISSUE_TEMPLATE/2_ProductIncrement.yml rename .github/ISSUE_TEMPLATE/{3-change.yml => 3_Epic.yml} (77%) rename .github/ISSUE_TEMPLATE/{2-improvement.yml => 4_Task.yml} (51%) rename .github/ISSUE_TEMPLATE/{1-bugfix.yml => 5_Bug.yml} (74%) diff --git a/.github/ISSUE_TEMPLATE/1_FeatureRequest.yml b/.github/ISSUE_TEMPLATE/1_FeatureRequest.yml new file mode 100644 index 0000000..7a9cf5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_FeatureRequest.yml @@ -0,0 +1,40 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +name: Feature Request +description: Issue to track a Feature Request +title: "Your Feature Request title" +labels: ["codeowner_review"] +type: 'Feature Request' +body: + - type: markdown + attributes: + value: "## Feature Request Ticket creation" + - type: textarea + attributes: + label: Feature Request 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 + validations: + required: true + - type: dropdown + attributes: + label: Expected available in Release + options: + - '1.0' + - '2.0' + - '3.0' + default: 0 + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml b/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml new file mode 100644 index 0000000..1b123fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml @@ -0,0 +1,64 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +name: Product Increment +description: Issue to track a Product Increment +title: "Your Product Increment title" +labels: ["codeowner_review"] +type: 'Product Increment' +body: + - type: markdown + attributes: + value: "## Product Increment Ticket creation" + - type: textarea + attributes: + label: Product Increment Description + description: | + - Goal of the Product Increment + validations: + required: true + - type: textarea + attributes: + label: Acceptance Criteria (DoD) + description: Details on when the Product Increment is considered "done" + validations: + required: true + - type: checkboxes + attributes: + label: Affects work products + options: + - label: Requirements + - label: Architecture + - label: Safety Analysis + - label: Security Analysis + - label: Detailed Design + - label: Implementation + - label: Test Cases + - label: Process + - label: Infrastructure + - label: Others + required: true + - type: dropdown + attributes: + label: Expected available in Release + options: + - '0.6' + - '0.7' + - '0.8' + - '0.9' + - '1.0' + - '2.0' + - '3.0' + default: 0 + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/3-change.yml b/.github/ISSUE_TEMPLATE/3_Epic.yml similarity index 77% rename from .github/ISSUE_TEMPLATE/3-change.yml rename to .github/ISSUE_TEMPLATE/3_Epic.yml index 7119196..99ad631 100644 --- a/.github/ISSUE_TEMPLATE/3-change.yml +++ b/.github/ISSUE_TEMPLATE/3_Epic.yml @@ -11,39 +11,39 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -name: "Change Request" -description: Issue to track a change -title: "Change: Your Change Request title" +name: Epic +description: Issue to track an Epic +title: "Your Epic title" labels: ["codeowner_review"] +type: 'Epic' body: + - type: markdown + attributes: + value: "## Epic Ticket creation" - type: dropdown attributes: - label: Change Request Type + label: Epic Type options: - - Feature Request - Feature Modification - - Component Request - Component Modification + - Others default: 0 validations: required: true - type: textarea attributes: - label: Description of the Change Request + label: Epic Description description: | - - Exact description of the Change Request - - Impact to users of the feature/component + - Impact to users - 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 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 - [For (Process) Improvements, Improvement Issue Template](https://github.com/eclipse-score/process_description/blob/main/.github/ISSUE_TEMPLATE/2-improvement.yml) needs to be used validations: required: true - type: textarea attributes: - label: Estimates for realization - description: | - - Estimate the effort, resources, risk for the realization + label: Acceptance Criteria (DoD) + description: Details on when the Task is considered "done" validations: required: true - type: checkboxes @@ -52,8 +52,14 @@ body: options: - label: Requirements - label: Architecture - - label: Safety/Security Analysis + - label: Safety Analysis + - label: Security Analysis - label: Detailed Design + - label: Implementation + - label: Test Cases + - label: Process + - label: Infrastructure + - label: Others required: true - type: textarea attributes: @@ -64,7 +70,7 @@ body: If the following template is use within a PR, link it to this issue [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 validations: - required: true + required: false - type: checkboxes attributes: label: Safety or Security relevance @@ -80,15 +86,20 @@ body: options: - QM - ASIL_B + - ASIL_D default: 0 validations: required: true - type: dropdown attributes: - label: Expected Implementation Version + label: Expected available in Release options: - - 0.5 - - 1.0 + - '0.5' + - '0.6' + - '0.7' + - '0.8' + - '0.9' + - '1.0' default: 0 validations: required: false diff --git a/.github/ISSUE_TEMPLATE/2-improvement.yml b/.github/ISSUE_TEMPLATE/4_Task.yml similarity index 51% rename from .github/ISSUE_TEMPLATE/2-improvement.yml rename to .github/ISSUE_TEMPLATE/4_Task.yml index fa14031..1aa3e34 100644 --- a/.github/ISSUE_TEMPLATE/2-improvement.yml +++ b/.github/ISSUE_TEMPLATE/4_Task.yml @@ -11,42 +11,31 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -name: "Improvement / Task" -description: Issue to track a improvement / task -title: "Improvement: Your Improvement title" +name: Task +description: Issue to track a Task +title: "Your Task title" labels: ["codeowner_review"] +type: Task body: + - type: markdown + attributes: + value: "## Task Ticket creation" - type: textarea attributes: label: What description: | - - Goal of the Improvement / Task - - If Req/Architecture is affected, the template of - [Change Management](https://eclipse-score.github.io/process_description/main/process_areas/change_management/guidance/change_management_impact_analysis_template.html) needs to be used + - Goal of the Task validations: required: true - type: textarea attributes: - label: How - description: Details on implementation approach + label: Acceptance Criteria (DoD) + description: Details on when the Task is considered "done" validations: - required: false + required: true - type: textarea attributes: - label: Estimates for realization - description: | - - Estimate the effort, resources, risk for the realization - - Impact to users of the feature + label: How + description: Details on implementation approach validations: - required: true - - type: checkboxes - attributes: - label: Category - options: - - label: Affects Detailed Design - - type: checkboxes - attributes: - label: Requirements / Architecture - options: - - label: Requirements / Architecture are not affected by this change? - required: true + required: false diff --git a/.github/ISSUE_TEMPLATE/1-bugfix.yml b/.github/ISSUE_TEMPLATE/5_Bug.yml similarity index 74% rename from .github/ISSUE_TEMPLATE/1-bugfix.yml rename to .github/ISSUE_TEMPLATE/5_Bug.yml index c378494..ef5592c 100644 --- a/.github/ISSUE_TEMPLATE/1-bugfix.yml +++ b/.github/ISSUE_TEMPLATE/5_Bug.yml @@ -11,9 +11,9 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -name: Problem Report -description: Issue to track a bug -title: "Bug: Your bugfix title" +name: Bug +description: Issue to track a Bug +title: "Your Bug title" labels: ["codeowner_review"] type: 'Bug' body: @@ -42,7 +42,7 @@ body: Documentation of the solution Link to Pull Request containing the solution validations: - required: true + required: false - type: dropdown attributes: label: Error Occurrence Rate @@ -67,29 +67,49 @@ body: attributes: label: Classification options: - - minor - - major - - critical - - blocker + - Minor + - Major + - Critical + - Blocker + default: 0 + validations: + required: true + - type: dropdown + attributes: + label: First Affected Release + options: + - '0.5' + - '0.6' + - '0.7' + - '0.8' + - '0.9' + - '1.0' default: 0 validations: required: true - type: dropdown attributes: - label: Affected Version + label: Last Affected Release options: - - pre-0.5 - - 0.5 - - 1.0 + - '0.5' + - '0.6' + - '0.7' + - '0.8' + - '0.9' + - '1.0' default: 0 validations: required: true - type: dropdown attributes: - label: Expected Closure Version + label: Expected Fixed Release options: - - 0.5 - - 1.0 + - '0.5' + - '0.6' + - '0.7' + - '0.8' + - '0.9' + - '1.0' default: 0 validations: required: false @@ -97,11 +117,15 @@ body: attributes: label: Category options: - - label: Safety Related - - label: Security Related - - type: textarea + - label: Safety Relevant + - label: Security Relevant + - type: dropdown attributes: label: ASIL classification - description: Add ASIL classification, e.g. ASIL_B or ASIL_D + options: + - QM + - ASIL_B + - ASIL_D + default: 0 validations: required: false From dd9ce796ec62908cc1b95e72a63757b14c3bc873 Mon Sep 17 00:00:00 2001 From: Andreas Mittag Date: Mon, 9 Feb 2026 13:28:15 +0100 Subject: [PATCH 3/6] latest issue template review findings adapted --- ...atureRequest.yml => 1a_FeatureRequest.yml} | 23 +++++++- .../ISSUE_TEMPLATE/1b_ComponentenRequest.yml | 39 +++++++++++++ .github/ISSUE_TEMPLATE/2_ProductIncrement.yml | 20 ++----- .github/ISSUE_TEMPLATE/3_Epic.yml | 58 +------------------ 4 files changed, 65 insertions(+), 75 deletions(-) rename .github/ISSUE_TEMPLATE/{1_FeatureRequest.yml => 1a_FeatureRequest.yml} (73%) create mode 100644 .github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml diff --git a/.github/ISSUE_TEMPLATE/1_FeatureRequest.yml b/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml similarity index 73% rename from .github/ISSUE_TEMPLATE/1_FeatureRequest.yml rename to .github/ISSUE_TEMPLATE/1a_FeatureRequest.yml index 7a9cf5d..a5e048c 100644 --- a/.github/ISSUE_TEMPLATE/1_FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml @@ -28,13 +28,32 @@ body: [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 validations: required: true + - type: checkboxes + attributes: + label: Safety or Security relevance + options: + - label: none + - label: Safety relevant + - label: Security relevant + validations: + required: true + - type: dropdown + attributes: + label: ASIL classification + options: + - QM + - ASIL_B + - ASIL_D + default: 0 + validations: + required: true - type: dropdown attributes: - label: Expected available in Release + label: Expected Implementation Version (Release) options: - '1.0' - '2.0' - '3.0' default: 0 validations: - required: false + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml new file mode 100644 index 0000000..6d54d76 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml @@ -0,0 +1,39 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +name: Component Request +description: Issue to track a Component Request +title: "Your Component Request title" +labels: ["codeowner_review"] +type: 'Component Request' +body: + - type: markdown + attributes: + value: "## Component Request Ticket creation" + - type: textarea + attributes: + label: Component Request Description + description: | + - Follow the [Change Management Workflow](https://eclipse-score.github.io/score/main/platform_management_plan/change_management.html#change-request-workflow) + validations: + required: true + - type: dropdown + attributes: + label: Expected Implementation Version (Release) + options: + - '1.0' + - '2.0' + - '3.0' + default: 0 + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml b/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml index 1b123fe..a8a4b2d 100644 --- a/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml +++ b/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml @@ -24,7 +24,9 @@ body: attributes: label: Product Increment Description description: | - - Goal of the Product Increment + - New Functionality / Features + - API changes + - Major Fixes validations: required: true - type: textarea @@ -47,18 +49,4 @@ body: - label: Process - label: Infrastructure - label: Others - required: true - - type: dropdown - attributes: - label: Expected available in Release - options: - - '0.6' - - '0.7' - - '0.8' - - '0.9' - - '1.0' - - '2.0' - - '3.0' - default: 0 - validations: - required: false + required: false diff --git a/.github/ISSUE_TEMPLATE/3_Epic.yml b/.github/ISSUE_TEMPLATE/3_Epic.yml index 99ad631..f9ff5b8 100644 --- a/.github/ISSUE_TEMPLATE/3_Epic.yml +++ b/.github/ISSUE_TEMPLATE/3_Epic.yml @@ -20,24 +20,10 @@ body: - type: markdown attributes: value: "## Epic Ticket creation" - - type: dropdown - attributes: - label: Epic Type - options: - - Feature Modification - - Component Modification - - Others - default: 0 - validations: - required: true - type: textarea attributes: label: Epic Description - description: | - - Impact to users - - 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 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 + description: Goal of the Epic validations: required: true - type: textarea @@ -61,45 +47,3 @@ body: - label: Infrastructure - label: Others required: true - - type: textarea - attributes: - label: Impact analysis - description: | - - Details on the impacted work products - - Use the following template and/or run the impact analysis tool provided - If the following template is use within a PR, link it to this issue - [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 - validations: - required: false - - type: checkboxes - attributes: - label: Safety or Security relevance - options: - - label: none - - label: Safety relevant - - label: Security relevant - validations: - required: true - - type: dropdown - attributes: - label: ASIL classification - options: - - QM - - ASIL_B - - ASIL_D - default: 0 - validations: - required: true - - type: dropdown - attributes: - label: Expected available in Release - options: - - '0.5' - - '0.6' - - '0.7' - - '0.8' - - '0.9' - - '1.0' - default: 0 - validations: - required: false From 616af96605956e35c8576918df7f7272c66da92a Mon Sep 17 00:00:00 2001 From: Andreas Mittag Date: Tue, 10 Feb 2026 17:24:59 +0100 Subject: [PATCH 4/6] + safety/security relevance component request --- .../ISSUE_TEMPLATE/1b_ComponentenRequest.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml index 6d54d76..cd353fe 100644 --- a/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml +++ b/.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml @@ -27,6 +27,25 @@ body: - Follow the [Change Management Workflow](https://eclipse-score.github.io/score/main/platform_management_plan/change_management.html#change-request-workflow) validations: required: true + - type: checkboxes + attributes: + label: Safety or Security relevance + options: + - label: none + - label: Safety relevant + - label: Security relevant + validations: + required: true + - type: dropdown + attributes: + label: ASIL classification + options: + - QM + - ASIL_B + - ASIL_D + default: 0 + validations: + required: true - type: dropdown attributes: label: Expected Implementation Version (Release) From 6549e55059445bd860acae826931055404c6dbe0 Mon Sep 17 00:00:00 2001 From: Andreas Mittag Date: Tue, 10 Feb 2026 17:29:55 +0100 Subject: [PATCH 5/6] - analyse as mus while creating the bug --- .github/ISSUE_TEMPLATE/5_Bug.yml | 43 ++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/5_Bug.yml b/.github/ISSUE_TEMPLATE/5_Bug.yml index ef5592c..05f85f1 100644 --- a/.github/ISSUE_TEMPLATE/5_Bug.yml +++ b/.github/ISSUE_TEMPLATE/5_Bug.yml @@ -34,7 +34,7 @@ body: description: | Documentation of the analysis results validations: - required: true + required: false - type: textarea attributes: label: Solution @@ -78,12 +78,14 @@ body: attributes: label: First Affected Release options: - - '0.5' - - '0.6' - - '0.7' - - '0.8' - - '0.9' - - '1.0' + - not released (main) + - pre-0.5 + - 0.5 + - 0.6 + - 0.7 + - 0.8 + - 0.9 + - 1.0 default: 0 validations: required: true @@ -91,12 +93,14 @@ body: attributes: label: Last Affected Release options: - - '0.5' - - '0.6' - - '0.7' - - '0.8' - - '0.9' - - '1.0' + - not released (main) + - pre-0.5 + - 0.5 + - 0.6 + - 0.7 + - 0.8 + - 0.9 + - 1.0 default: 0 validations: required: true @@ -104,12 +108,13 @@ body: attributes: label: Expected Fixed Release options: - - '0.5' - - '0.6' - - '0.7' - - '0.8' - - '0.9' - - '1.0' + - before release (main) + - 0.5 + - 0.6 + - 0.7 + - 0.8 + - 0.9 + - 1.0 default: 0 validations: required: false From ffbdf83ce05856be6ccd244812d5e502111d5006 Mon Sep 17 00:00:00 2001 From: Andreas Mittag Date: Tue, 10 Feb 2026 17:35:35 +0100 Subject: [PATCH 6/6] checkbox removed --- .github/ISSUE_TEMPLATE/2_ProductIncrement.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml b/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml index a8a4b2d..ae85043 100644 --- a/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml +++ b/.github/ISSUE_TEMPLATE/2_ProductIncrement.yml @@ -35,18 +35,4 @@ body: description: Details on when the Product Increment is considered "done" validations: required: true - - type: checkboxes - attributes: - label: Affects work products - options: - - label: Requirements - - label: Architecture - - label: Safety Analysis - - label: Security Analysis - - label: Detailed Design - - label: Implementation - - label: Test Cases - - label: Process - - label: Infrastructure - - label: Others - required: false + \ No newline at end of file