-
Notifications
You must be signed in to change notification settings - Fork 8
+ orgwide issue templates #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
anmittag
wants to merge
6
commits into
eclipse-score:main
Choose a base branch
from
etas-contrib:orgwide-issue-templates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
a6616e8
+ orgwide issue templates
anmittag 610caa1
New Templates for Issue Types
anmittag dd9ce79
latest issue template review findings adapted
anmittag 616af96
+ safety/security relevance component request
anmittag 6549e55
- analyse as mus while creating the bug
anmittag ffbdf83
checkbox removed
anmittag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| # ******************************************************************************* | ||
| # 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: "## <ins>Feature Request Ticket creation</ins>" | ||
| - 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: 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) | ||
| options: | ||
| - '1.0' | ||
| - '2.0' | ||
| - '3.0' | ||
| default: 0 | ||
| validations: | ||
| required: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| # ******************************************************************************* | ||
| # 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: "## <ins>Component Request Ticket creation</ins>" | ||
| - 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: 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) | ||
| options: | ||
| - '1.0' | ||
| - '2.0' | ||
| - '3.0' | ||
| default: 0 | ||
| validations: | ||
| required: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| # ******************************************************************************* | ||
| # 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: "## <ins>Product Increment Ticket creation</ins>" | ||
| - type: textarea | ||
| attributes: | ||
| label: Product Increment Description | ||
| description: | | ||
| - New Functionality / Features | ||
| - API changes | ||
| - Major Fixes | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Acceptance Criteria (DoD) | ||
| description: Details on when the Product Increment is considered "done" | ||
| validations: | ||
| required: true | ||
|
|
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You change major thins define in Change Management Process, needs discussion and would have influence of Process |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| # ******************************************************************************* | ||
| # 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: Epic | ||
| description: Issue to track an Epic | ||
| title: "Your Epic title" | ||
| labels: ["codeowner_review"] | ||
| type: 'Epic' | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: "## <ins>Epic Ticket creation</ins>" | ||
| - type: textarea | ||
| attributes: | ||
| label: Epic Description | ||
| description: Goal of the Epic | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Acceptance Criteria (DoD) | ||
| description: Details on when the Task 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| # ******************************************************************************* | ||
| # 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: Task | ||
| description: Issue to track a Task | ||
| title: "Your Task title" | ||
| labels: ["codeowner_review"] | ||
| type: Task | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: "## <ins>Task Ticket creation</ins>" | ||
| - type: textarea | ||
| attributes: | ||
| label: What | ||
| description: | | ||
| - Goal of the Task | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Acceptance Criteria (DoD) | ||
| description: Details on when the Task is considered "done" | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: How | ||
| description: Details on implementation approach | ||
| validations: | ||
| required: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,136 @@ | ||
| # ******************************************************************************* | ||
| # 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: Bug | ||
| description: Issue to track a Bug | ||
| title: "Your Bug title" | ||
| labels: ["codeowner_review"] | ||
| type: 'Bug' | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: "## <ins>Bug Ticket creation</ins>" | ||
| - 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: false | ||
| - type: textarea | ||
| attributes: | ||
| label: Solution | ||
| description: | | ||
| Documentation of the solution | ||
| Link to Pull Request containing the solution | ||
| validations: | ||
| required: false | ||
| - 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: First Affected Release | ||
| options: | ||
| - not released (main) | ||
| - pre-0.5 | ||
| - 0.5 | ||
| - 0.6 | ||
| - 0.7 | ||
| - 0.8 | ||
| - 0.9 | ||
| - 1.0 | ||
| default: 0 | ||
| validations: | ||
| required: true | ||
| - type: dropdown | ||
| attributes: | ||
| label: Last Affected Release | ||
| options: | ||
| - not released (main) | ||
| - pre-0.5 | ||
| - 0.5 | ||
| - 0.6 | ||
| - 0.7 | ||
| - 0.8 | ||
| - 0.9 | ||
| - 1.0 | ||
| default: 0 | ||
| validations: | ||
| required: true | ||
| - type: dropdown | ||
| attributes: | ||
| label: Expected Fixed Release | ||
| options: | ||
| - before release (main) | ||
| - 0.5 | ||
| - 0.6 | ||
| - 0.7 | ||
| - 0.8 | ||
| - 0.9 | ||
| - 1.0 | ||
| default: 0 | ||
| validations: | ||
| required: false | ||
| - type: checkboxes | ||
| attributes: | ||
| label: Category | ||
| options: | ||
| - label: Safety Relevant | ||
| - label: Security Relevant | ||
| - type: dropdown | ||
| attributes: | ||
| label: ASIL classification | ||
| options: | ||
| - QM | ||
| - ASIL_B | ||
| - ASIL_D | ||
| default: 0 | ||
| validations: | ||
| required: false |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You change major thins define in Change Management Process, needs discussion and would have influence of Process, Further Component Request Missing