-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: issue template addition (#109)
* docs: added issue template * docs: added comments instead of literal text to improve UX
- Loading branch information
1 parent
63736ff
commit 36ce4a1
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |