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

Created Bug Report and Feature Request Templates #593

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

---

# Tornjak Bug Report Template

## Summary
*A brief description of the issue.*

## Environment
- **Tornjak Version:**
- **SPIRE Version:**
- **Operating System:**
- **Browser (if applicable):**
- **Kubernetes Version (if applicable):**
- **Deployment Method (e.g., Helm, Manual, Docker):**

## Steps to Reproduce
1. *List the exact steps to reproduce the issue.*
2. *Provide any relevant configurations or commands used.*

## Expected Behavior
*A concise description of what you expected to happen.*

## Actual Behavior
*A concise description of what actually happened, including error messages if applicable.*

## Logs & Screenshots
*Attach any relevant logs, error messages, or screenshots to help diagnose the problem.*

## Additional Context
*Add any other relevant information here.*

---

**Thank you for reporting the issue!**
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature]"
labels: enhancement
assignees: ''

---

# Tornjak Feature Request Template

## Summary
*A brief description of the requested feature.*

## Problem Statement
*Explain the problem this feature would solve or the improvement it would bring.*

## Proposed Solution
*Describe how the feature should work, including any relevant details.*

## Use Cases
*List specific scenarios where this feature would be useful.*

## Additional Context
*Include any other relevant information, such as related issues, links, or design considerations.*

---

**Thank you for your suggestion!**