Reconsider bug and feature templates.
This commit is contained in:
parent
881dc2e5c9
commit
6678142ff8
|
|
@ -1,28 +1,29 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
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.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**Playbook**
|
## Playbook
|
||||||
|
|
||||||
Please paste the playbook you are using. (Consider `requirements.yml` and
|
Please paste the playbook you are using. (Consider `requirements.yml` and
|
||||||
optionally the command you've invoked.)
|
optionally the command you've invoked.)
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
---
|
||||||
YOUR PLAYBOOK HERE
|
YOUR PLAYBOOK HERE
|
||||||
```
|
```
|
||||||
|
|
||||||
**Output**
|
## Output
|
||||||
|
|
||||||
Show at least the error, possible related output, maybe just all the output.
|
Show at least the error, possible related output, maybe just all the output.
|
||||||
|
|
||||||
**Expected behavior**
|
## Environment
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Environment**
|
|
||||||
- Control node OS: [e.g. Debian 9] (`cat /etc/os-release`)
|
- Control node OS: [e.g. Debian 9] (`cat /etc/os-release`)
|
||||||
- Control node Ansible version: [e.g. 2.9.1] (`ansible --version`)
|
- Control node Ansible version: [e.g. 2.9.1] (`ansible --version`)
|
||||||
- Managed node OS: [e.g. CentOS 7] (`cat /etc/os-release`)
|
- 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.**
|
## Proposed feature
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
|
||||||
A clear and concise description of what you want to happen.
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
## Rationale
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
|
|
||||||
**Additional context**
|
Why is theis feature required?
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
|
## Additional context
|
||||||
|
|
||||||
|
Add any other context about the feature request here.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue