Skip to content

Commit

Permalink
docs: issue template addition (#109)
Browse files Browse the repository at this point in the history
* docs: added issue template

* docs: added comments instead of literal text to improve UX
  • Loading branch information
karl-cardenas-coding authored Nov 15, 2023
1 parent 63736ff commit 36ce4a1
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: A bug report template for the project.
title: ''
labels: 'bug'
assignees: ''

---

## Description

<!-- Fill in a description of the bug here. Provide as much detail as possible. -->
<!-- This is a required field. -->

## Expected Behavior

<!-- What is the expected behavior? What do you think should happen? -->
<!-- This is a required field. -->

## Steps to Reproduce

<!-- Help us to reproduce the issue. What steps did you take? -->
<!-- This is a required field. -->

## System Information

<!-- Please provide the following information: -->
<!-- This is a required field. -->

- Kubernetes Distribution:
- Kubernetes Version:
- Operating System:
- Helm Version:
- Infrastructure Provider:
- Validator Version:

## Additional Information

<!-- Add any other context about the problem here. -->
<!-- This field is optional. -->

0 comments on commit 36ce4a1

Please sign in to comment.