Skip to content

Commit

Permalink
chore: add issue templates (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca authored Jul 25, 2024
1 parent c2dc767 commit 7e4a08c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/---bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: '🐞 Bug'
about: 'Something is not working as intended.'
title: ''
labels: 'bug'
assignees: ''

---

## Current Behavior

## Expected Behavior

## Steps To Reproduce

## Version

## `kubectl version`
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/--enhancement---feature---task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: '✨ Enhancement / Feature / Task'
about: 'Some feature is missing or incomplete.'
title: ''
labels: ''
assignees: ''

---

## Problem Statement

## Proposed Solution

## Additional Information

## Acceptance Criteria

- [ ] Lorem ipsum dolor sit amet

0 comments on commit 7e4a08c

Please sign in to comment.