Simplify github issue templates

Change-Id: Ic9dbb95a3be0e4ea6432b236ef95ec53343913c7
This commit is contained in:
David Moreau Simard 2020-08-18 18:32:32 -04:00
parent 1dfaa22b62
commit aea0c721d5
No known key found for this signature in database
GPG Key ID: 7D4729EC4E64E8B7
2 changed files with 20 additions and 26 deletions

View File

@ -1,5 +1,5 @@
---
name: "\U0001F31F Feature and enhancement requests"
name: "\U0001F31F Feature or improvement opportunities"
about: Suggest an idea that would improve the project.
title: ''
labels: ''
@ -7,19 +7,15 @@ 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 -->
<!-- Thank you for taking the time to create this issue. Your feedback is appreciated ! -->
<!-- Consider reading the documentation on https://ara.readthedocs.io/en/latest/ and joining us on Slack or IRC: https://ara.recordsansible.org/community/ -->
## 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 -->
<!--
Include relevant information to help the community help you. Some examples:
- the component that you are creating this issue about (api server, api client, web ui, ansible plugins, etc.)
- linux distribution, version of python, version of ara and ansible
- how is ara installed (from source, pypi, in a container, etc.) and how you are running it (database backend, wsgi server, etc.)
-->

View File

@ -7,21 +7,19 @@ 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 -->
<!-- Thank you for taking the time to create this issue. Your feedback is appreciated ! -->
<!-- Consider reading the documentation on https://ara.readthedocs.io/en/latest/ and joining us on Slack or IRC: https://ara.recordsansible.org/community/ -->
## 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 is the issue ?
<!--
Include relevant information to help the community help you. Some examples:
- the component that you are creating this issue about (api server, api client, web ui, ansible plugins, etc.)
- linux distribution, version of python, version of ara and ansible
- how is ara installed (from source, pypi, in a container, etc.) and how you are running it (database backend, wsgi server, etc.)
- debugging logs by setting ARA_DEBUG to True and ARA_LOG_LEVEL to DEBUG
- instructions on how to reproduce the issue
-->
## What should be happening ?