Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug Report
about: Report a bug for the validated pattern.
title: "[Bug]: "
labels: bug
assignees: ''
---

### Description
A clear and concise description of the bug.

### Steps to Reproduce
1. Install the pattern
2. Go to X
3. See Y


### Expected Behavior
Explain what you expected to happen.

### Screenshots
Add screenshots if applicable.

### Environment
- Hardware / cloud provide (e.g. Azure; Intel Barel metal; AMD Bare metal)
- CPU Specs and/or cloud instance types.
- Cluster topology (one cluster; SNO; multi-cluster)
- Connected or disconnected

### Additional Context
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
blank_issues_enabled: false
issue_templates:
- name: "Bug Report"
description: "Report a bug in the system."
title: "[Bug]: "
labels: ["bug"]
body: "./ISSUE_TEMPLATE/bug_report.md"
- name: "Feature Request"
description: "Propose a new feature or improvement."
title: "[Feature]: "
labels: ["enhancement"]
body: "./ISSUE_TEMPLATE/feature_request.md"
- name: "Documentation"
description: "Suggest updates or additions to the documentation."
title: "[Docs]: "
labels: ["documentation"]
body: "./ISSUE_TEMPLATE/documentation.md"
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Documentation
about: Suggest updates or additions to documentation
title: "[Docs]: "
labels: documentation
assignees: ''
---

### Documentation Update
What part of the documentation needs to be updated or added? Is it for the validated patterns docs site or the repo docs.

### Why Is This Needed?
Explain the importance of this update.

### Suggested Changes
Provide a detailed description of the changes.

### Additional Context
Include any related resources.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature Request
about: Suggest a new feature or improvement
title: "[Feature]: "
labels: enhancement
assignees: ''
---

### Feature Description
What feature would you like to see?

### Why Is This Needed?
Explain the problem or need for this feature.

### Suggested Solutions
Describe how this feature could be implemented.

### Proposed Acceptance criteria
Discrete acceptance criteria, suitable for evaluation by a LLM

### Additional Context
Add any relevant screenshots, links, or resources.
Loading