Skip to content

Commit

Permalink
Update GitHub templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Apr 24, 2020
1 parent f681386 commit 7126015
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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`)
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7126015

Please sign in to comment.