diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a7fe01b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +## Description +A clear and concise description of what the bug is. + +## To reproduce +Paste an example playbook that can be used to reproduce the problem and/or describe steps to reproduce the behavior. + +## Current behavior +Please describe the results you received. + +## Expected behavior +Please describe what you expected to happen. + +## OS / Environment +Provide all relevant information below, e.g. target OS versions, etc. + +## Ansible version +Paste verbatim output from "ansible --version". + +## Collection version +Paste the version of the collection. + +## Additional context +Please feel free to add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md.license b/.github/ISSUE_TEMPLATE/bug_report.md.license new file mode 100644 index 0000000..940a3e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR) + +SPDX-License-Identifier: Apache-2.0 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f53560a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +## Description +Is your feature request related to a problem? Please describe, e.g. I'm always frustrated when [...] + +## Solution +Please describe what you want to happen. + +## Alternative +Please describe any alternative solutions or features you've considered. + +## Additional context +Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md.license b/.github/ISSUE_TEMPLATE/feature_request.md.license new file mode 100644 index 0000000..940a3e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR) + +SPDX-License-Identifier: Apache-2.0