Skip to content

Commit

Permalink
chore(github): Added issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Apr 2, 2022
1 parent 2abe13a commit 01140bf
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@

<!--- Provide a general summary of the issue in the Title above -->

## Expected Behavior
<!--- Tell us what should happen -->

## Current Behavior
<!--- Tell us what happens instead of the expected behavior -->

## Steps to Reproduce
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

## Context (variables)
<!--- please include which OS, along with the variables used when running the playbook -->

Operating system:


### Variables Used:

```yml
k3s_version: ""
ansible_user: NA
systemd_dir: "
flannel_iface: ""
apiserver_endpoint: ""
k3s_token: "NA"

extra_server_args: ""
extra_agent_args: ""

kube_vip_tag_version: ""

metal_lb_speaker_tag_version: ""
metal_lb_controller_tag_version: ""

metal_lb_ip_range: ""

```

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->

0 comments on commit 01140bf

Please sign in to comment.