Add GitHub issue templates for bugs and enhancements

Change-Id: I2d98f48f21c332ba3f2043910451e8705a5fb715
This commit is contained in:
David Moreau Simard 2019-06-07 22:56:26 -04:00
parent bae32bf425
commit 99324c552e
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
2 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
name: "\U0001F31F Feature and enhancement requests"
about: Suggest an idea that would improve the project.
title: ''
labels: ''
assignees: ''
---
<!-- Thank you for taking the time to create this request. Your feedback is appreciated ! -->
## What component is this about ?
<!-- The API or the API clients ? The Ansible roles or plugins ? Something else ? -->
<!-- For ara-web issues, please use https://github.com/ansible-community/ara-web/issues -->
## What is your ARA installation like ?
<!-- What version of Ansible and ARA ? Did you install from source or from PyPi ? With an Ansible role ? In a virtualenv or a container ? Which Linux distribution ? Which database driver ? -->
<!-- Feel free to include any other installation details that could be relevant to this report -->
## What is the idea ?
<!-- Describe how the feature would be used, why it is needed and what it would solve -->
<!-- If relevant, please include code or playbook examples -->

View File

@ -0,0 +1,28 @@
---
name: "\U0001F41E Issues, bugs and problems"
about: Contribute a report and describe what should have happened.
title: ''
labels: ''
assignees: ''
---
<!-- Thank you for taking the time to create this report. Your feedback is appreciated ! -->
## What component is this about ?
<!-- The API or the API clients ? The Ansible roles or plugins ? Something else ? -->
<!-- For ara-web issues, please use https://github.com/ansible-community/ara-web/issues -->
## What is your ARA installation like ?
<!-- What version of Ansible and ARA ? Did you install from source or from PyPi ? With an Ansible role ? In a virtualenv or a container ? Which Linux distribution ? Which database driver ? -->
<!-- Feel free to include any other installation details that could be relevant to this report -->
## What is happening ?
<!-- If reporting an issue with the API, please include relevant logs by setting ARA_DEBUG to True and ARA_LOG_LEVEL to DEBUG -->
<!-- If reporting an exception from an Ansible role or plugin, please include the full error or exception trace by running ansible-playbook with "-vvv" -->
## What should be happening ?