Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 24 additions & 10 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,42 @@
name: Bug report
description: Create an issue to help us improve
title: '[BUG] <Software> - <Summary>'
labels: ['BUG','TRIAGE']
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: <br>To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates.

value: |
Please provide all the necessary information to expedite the response.
- type: textarea
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
validations:
required: true
- type: input
attributes:
label: Software Version
description: Software version, branch, or tag in the Open Edge Platform Repository
placeholder: v1.2.0 / Master Branch / tag v2025.2.0-rc3
validations:
required: true
- type: dropdown
attributes:
label: Operating System
description: What OS are you using?
options:
- Ubuntu 20.04 (LTS)
- Ubuntu 22.04 (LTS)
- Ubuntu 24.04 (LTS)
- Windows System
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend cross checking this against the actual OS distributions we support today. EMT, AZL, Ubuntu, WindRiver eLxr, Red Hat Compatible, etc. Please check the image-templates folder. We do not support any composition of Windows images.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We’re trying to standardize the issue template across all Open Edge Platform repos. Some repos don’t support Windows, while others may. In this repo, the recommended OS for the build tool is Ubuntu 24.04.

- Other (Please specify in description)
validations:
required: true

- type: textarea
attributes:
label: System Setup
description: Describe your system and software setup. Include any critical logs.
description: Describe your system and software setup. Include any critical video, audio, and model files.
validations:
required: true

Expand All @@ -27,8 +46,3 @@ body:
description: Describe how we can reproduce your issue.
validations:
required: true

- type: textarea
attributes:
label: Root Cause Analysis
description: Provide any initial triage, if possible.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Open Edge Platform Support
url: https://github.com/open-edge-platform/os-image-composer/discussions/categories/q-a
about: Please ask and answer questions here.
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: Feature Request
description: File a feature request.
title: '[FEATURE]: <Software> - <Summary>'
labels: ['FEATURE','TRIAGE']
title: '[FEATURE]: '
labels: ['feature']
body:

- type: markdown
attributes:
value: |
<br>Before creating the request, see the existing issues to check if
your case has not been addressed already. If it has, you may also find information about workarounds, resolution, and progress.

- type: textarea
attributes:
label: Feature Description
description: A clear and concise description of the problem or proposed feature.
description: A clear and concise description of the problem or missing capability.
validations:
required: true

- type: input
attributes:
label: Current Software Version
description: |
What version are you currently using? This helps us understand your context and avoid suggesting features that may already exist in newer versions.
placeholder: v1.2.0 / main branch / tag v2025.2.0-rc3
validations:
required: false
- type: textarea
attributes:
label: Solution Description
description: If you have a solution in mind, describe it.
description: If you have a solution in mind, please describe it.

- type: textarea
attributes:
label: Alternative Description
description: Have you considered any alternative solutions or workarounds?
description: Have you considered any alternative solutions or workarounds?
Loading