Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve bug report template #692

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

```
Loading