]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Update issue templates
authorSébastien Han <seb@redhat.com>
Thu, 12 Jul 2018 12:10:15 +0000 (14:10 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 12 Jul 2018 12:10:15 +0000 (14:10 +0200)
Introduce templates for issues and feature requests.

Signed-off-by: Sébastien Han <seb@redhat.com>
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644 (file)
index 0000000..f71ef33
--- /dev/null
@@ -0,0 +1,29 @@
+---
+name: Bug report
+about: Create a report to help us improve
+
+---
+
+<!-- **Are you in the right place?**
+1. For issues or feature requests, please create an issue in this repository.
+2. Did you already search the existing open issues for anything similar? -->
+
+
+**Bug Report**
+
+What happened:
+
+What you expected to happen:
+
+How to reproduce it (minimal and precise):
+<!-- Please let us know any circumstances for reproduction of your bug. -->
+
+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 (file)
index 0000000..066b2d9
--- /dev/null
@@ -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.