Skip to content

Commit

Permalink
Add template for bug reports (#410)
Browse files Browse the repository at this point in the history
* Add template for bug reports

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ssbarnea and pre-commit-ci[bot] committed Sep 18, 2024
1 parent d791c2a commit 16538ab
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
name: Bug report
about: >
Create a bug report. Ensure that it does reproduce on the main branch with
python >=3.10. For anything else, please use the discussion link below.
labels: bug, new
---

<!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and main branch are affected too -->

##### Summary

<!--- Explain the problem briefly below -->

##### Issue Type

- Bug Report

##### OS / ENVIRONMENT

<!--- Paste verbatim output between triple backticks -->

```console (paste below)
python -c "import ansible_compat; print(ansible_compat.__version__)"
```

<!--- Provide all relevant information below, e.g. target OS versions, network
device firmware, etc. -->

- ansible installation method: one of source, pip, OS package
- ansible-compat installation method: one of source, pip, OS package

##### STEPS TO REPRODUCE

<!--- Describe exactly how to reproduce the problem, using a minimal test case -->

<!--- Paste example playbooks or commands between triple backticks below -->

```console (paste below)

```

<!--- HINT: You can paste gist.github.com links for larger files -->

##### Desired Behavior

<!--- Describe what you expected to happen when running the steps above -->

Possible security bugs should be reported via email to `security@ansible.com`

##### Actual Behavior

<!--- Describe what happened. If possible run with extra verbosity (-vvvv) -->

Please give some details of what is happening. Include a [minimum
complete verifiable example].

<!--- Paste verbatim command output between triple backticks -->

```paste below
```

[minimum complete verifiable example]: http://stackoverflow.com/help/mcve

0 comments on commit 16538ab

Please sign in to comment.