mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Add an "I need help" custom issue template
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1657
This commit is contained in:
parent
85a47d645d
commit
238838c31b
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -28,11 +28,11 @@ Make sure to remove any secret values before posting your vars.yml file publicly
|
|||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
**Matrix Server (please complete the following information):**
|
**Matrix Server:**
|
||||||
- OS: [e.g. Ubuntu 21.04]
|
- OS: [e.g. Ubuntu 21.04]
|
||||||
- Architecture [e.g. amd64, arm32, arm64]
|
- Architecture [e.g. amd64, arm32, arm64]
|
||||||
|
|
||||||
**Ansible (please complete the following information):**
|
**Ansible:**
|
||||||
If your problem appears to be with Ansible, tell us:
|
If your problem appears to be with Ansible, tell us:
|
||||||
- where you run Ansible -- e.g. on the Matrix server itself; on another computer (which OS? distro? standard installation or containerized Ansible?)
|
- where you run Ansible -- e.g. on the Matrix server itself; on another computer (which OS? distro? standard installation or containerized Ansible?)
|
||||||
- what version of Ansible you're running (see `ansible --version`)
|
- what version of Ansible you're running (see `ansible --version`)
|
||||||
@ -42,7 +42,7 @@ The above is only applicable if you're hitting a problem with Ansible itself.
|
|||||||
We don't need this information in most cases. Delete this section if not applicable.
|
We don't need this information in most cases. Delete this section if not applicable.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**Client (please complete the following information):**
|
**Client:**
|
||||||
- Device: [e.g. iPhone6]
|
- Device: [e.g. iPhone6]
|
||||||
- OS: [e.g. iOS8.1]
|
- OS: [e.g. iOS8.1]
|
||||||
- Browser [e.g. stock browser, safari]
|
- Browser [e.g. stock browser, safari]
|
||||||
|
49
.github/ISSUE_TEMPLATE/i-need-help.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/i-need-help.md
vendored
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
---
|
||||||
|
name: I need help
|
||||||
|
about: Get support from our community
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
NOTE: you can usually get more timely support and from more people by joining our Matrix room (also bridged to IRC). See the [Support section of our README](https://github.com/spantaleev/matrix-docker-ansible-deploy#support)
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Playbook Configuration**:
|
||||||
|
|
||||||
|
My `vars.yml` file looks like this:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
Paste your vars.yml file here.
|
||||||
|
Make sure to remove any secret values before posting your vars.yml file publicly.
|
||||||
|
```
|
||||||
|
|
||||||
|
**Matrix Server:**
|
||||||
|
- OS: [e.g. Ubuntu 21.04]
|
||||||
|
- Architecture [e.g. amd64, arm32, arm64]
|
||||||
|
|
||||||
|
**Ansible:**
|
||||||
|
If your problem appears to be with Ansible, tell us:
|
||||||
|
- where you run Ansible -- e.g. on the Matrix server itself; on another computer (which OS? distro? standard installation or containerized Ansible?)
|
||||||
|
- what version of Ansible you're running (see `ansible --version`)
|
||||||
|
|
||||||
|
**Problem description**:
|
||||||
|
|
||||||
|
Describe what you're doing, what you expect to happen and what happens instead here.
|
||||||
|
Tell us what you've tried and what you're aiming to achieve.
|
||||||
|
|
||||||
|
**Client (please complete the following information):**
|
||||||
|
- Device: [e.g. iPhone6]
|
||||||
|
- OS: [e.g. iOS8.1]
|
||||||
|
- Browser [e.g. stock browser, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
<!--
|
||||||
|
The above is only applicable if you're hitting a problem with a specific device, but not with others.
|
||||||
|
We don't need this information in most cases. Delete this section if not applicable.
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
Loading…
Reference in New Issue
Block a user