diff --git a/files/bug_report.md b/files/bug_report.md index c695b98..365fa71 100644 --- a/files/bug_report.md +++ b/files/bug_report.md @@ -1,28 +1,29 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help me improve --- -**Describe the bug** +## Describe the bug A clear and concise description of what the bug is. -**Playbook** +## Playbook + Please paste the playbook you are using. (Consider `requirements.yml` and optionally the command you've invoked.) ```yaml +--- YOUR PLAYBOOK HERE ``` -**Output** +## Output + Show at least the error, possible related output, maybe just all the output. -**Expected behavior** -A clear and concise description of what you expected to happen. +## Environment -**Environment** - Control node OS: [e.g. Debian 9] (`cat /etc/os-release`) - Control node Ansible version: [e.g. 2.9.1] (`ansible --version`) - Managed node OS: [e.g. CentOS 7] (`cat /etc/os-release`) diff --git a/files/feature_request.md b/files/feature_request.md index 066b2d9..d8a235c 100644 --- a/files/feature_request.md +++ b/files/feature_request.md @@ -4,14 +4,14 @@ about: Suggest an idea for this project --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +## Proposed feature -**Describe the solution you'd like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +## Rationale -**Additional context** -Add any other context or screenshots about the feature request here. +Why is theis feature required? + +## Additional context + +Add any other context about the feature request here.