From 16538ab64884462d8afdf35b97cb1f02299cef69 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 18 Sep 2024 17:23:22 +0100 Subject: [PATCH] Add template for bug reports (#410) * 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> --- .github/ISSUE_TEMPLATE/bug_report.md | 65 ++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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