diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..a69249a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 +--- + + + + +##### Summary + + + +##### Issue Type + +- Bug Report + +##### OS / ENVIRONMENT + + + +```console (paste below) +python -c "import ansible_compat; print(ansible_compat.__version__)" +``` + + + +- ansible installation method: one of source, pip, OS package +- ansible-compat installation method: one of source, pip, OS package + +##### STEPS TO REPRODUCE + + + + + +```console (paste below) + +``` + + + +##### Desired Behavior + + + +Possible security bugs should be reported via email to `security@ansible.com` + +##### Actual Behavior + + + +Please give some details of what is happening. Include a [minimum +complete verifiable example]. + + + +```paste below + +``` + +[minimum complete verifiable example]: http://stackoverflow.com/help/mcve