Reconsider bug and feature templates.
This commit is contained in:
parent
881dc2e5c9
commit
6678142ff8
|
|
@ -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`)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue