Skip to content
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

Adds Issue templates #214

Open
wants to merge 1 commit into
base: mvp_demo
Choose a base branch
from
Open
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
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---

### Describe the Bug

A clear and concise description of the issue. Include any relevant **images, JSON objects, logs, or error messages** to help us understand the problem.

### Steps to Reproduce

Provide step-by-step instructions to reproduce the issue:

1. Go to '...'
2. Click on '...'
3. Enter '...'
4. See error

### Expected Behavior

A clear and concise description of what you expected to happen.

### Actual Behavior

Describe what actually happened, including any **error messages** or discrepancies observed.

### Environment Details

- **Cluster Information** (e.g., OpenShift, Kind, minikube):
- **Kruize Mode** (e.g., local, remote):
- **Browser** (if applicable):
- **Operating System** (e.g., macOS, Windows, Linux):
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature Request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---

### Problem Faced

A clear and concise description of the problem or pain point.

- Example: "I'm always frustrated when [...]"
- Please include any relevant **images, code snippets, YAML objects, or sample API details** to assist in understanding.

### Expected Solution / Delivery Requirements

A clear and concise description of the desired outcome or **definition of done** for this feature.

- What is the end goal?
- How will success be measured?

### Where to Start

If you have some suggestions or initial thoughts on how this feature can be implemented, include them here.

- Are there specific files, components, or modules to focus on?
- Any related documentation or existing functionality?