diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 9dffaee8fe9..00000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - - - -**To Reproduce** -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. -``` - - - - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**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`) - - - -**Client:** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - - - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 3fb2ffe2676..00000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**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. diff --git a/.github/ISSUE_TEMPLATE/i-need-help.md b/.github/ISSUE_TEMPLATE/i-need-help.md deleted file mode 100644 index 6e862463b3d..00000000000 --- a/.github/ISSUE_TEMPLATE/i-need-help.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -name: I need help -about: Get support from our community -title: '' -labels: '' -assignees: '' - ---- - - - -**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] - - - -**Additional context** -Add any other context about the problem here.