From: Sébastien Han Date: Thu, 12 Jul 2018 12:10:15 +0000 (+0200) Subject: Update issue templates X-Git-Tag: v3.2.0beta2~123 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c45195a18ad1800946aa9d2ff0d5aa97664f1153;p=ceph-ansible.git Update issue templates Introduce templates for issues and feature requests. Signed-off-by: Sébastien Han --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..f71ef3342 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + + + + +**Bug Report** + +What happened: + +What you expected to happen: + +How to reproduce it (minimal and precise): + + +Share your group_vars files, inventory + +**Environment**: +* OS (e.g. from /etc/os-release): +* Kernel (e.g. `uname -a`): +* Docker version if applicable (e.g. `docker version`): +* Ansible version (e.g. `ansible-playbook --version`): +* ceph-ansible version (e.g. `git head or tag or stable branch`): +* Ceph version (e.g. `ceph -v`): diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..066b2d920 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.