Skip to content

Commit

Permalink
Improve bug report template (#692)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
gionn authored Oct 17, 2023
1 parent e1f2fd4 commit 69ca441
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@ A clear and concise description of the problem you are facing and what you expec
The operating system against playbook is running
-->

#### Host OS

<!--
The operating system against playbook is running
-->

#### Playbook version

<!-- semver release or `git rev-parse HEAD` sha -->

#### Ansible error

<!--
Copy and paste the Ansible error message while running this playbook (inside below code fences)
Copy and paste the failed Ansible task while running this playbook (inside below code fences)
-->

```shell
Expand All @@ -31,7 +41,9 @@ Copy and paste the Ansible error message while running this playbook (inside bel

#### Ansible context

Paste the output of the following commands:
<!--
Paste the output of the following commands (prefix by `pipenv run` or run within `pipenv shell`)
-->

##### ansible --version

Expand All @@ -50,3 +62,9 @@ Paste the output of the following commands:
```shell

```

##### pip list

```shell

```

0 comments on commit 69ca441

Please sign in to comment.