Guillaume Coré
2018-12-04 ad578d863ce0965d6b71d55c9c993e912d6b287c
Update issue templates

First version of templates for issues
2 files added
46 ■■■■■ changed files
.github/ISSUE_TEMPLATE/bug_report.md 29 ●●●●● patch | view | raw | blame | history
.github/ISSUE_TEMPLATE/feature_request.md 17 ●●●●● patch | view | raw | blame | history
.github/ISSUE_TEMPLATE/bug_report.md
New file
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior, ex:
1. Deploy this config using those variables
2. connect to the host, and perform ...
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots / logs**
If applicable, add logs to help explain your problem.
**Verions (please complete the following information):**
 - OS
 - AAD version (`git log --pretty=oneline -2`)
 - Ansible (`ansible --version`)
 - cloud provider CLI (aws-cli,  azure, ..)
**Additional context**
Add any other context about the problem here.
.github/ISSUE_TEMPLATE/feature_request.md
New file
@@ -0,0 +1,17 @@
---
name: Feature request
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 [...]
**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.
**Additional context**
Add any other context or screenshots about the feature request here.