guac 1.1.0

This commit is contained in:
oznu
2020-02-11 12:10:55 +11:00
parent 18e4ecb5a4
commit 601305f356
11 changed files with 819 additions and 9 deletions
+34
View File
@@ -0,0 +1,34 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
<!-- You must use the issue template below when submitting a bug -->
**Describe The Bug:**
<!-- A clear and concise description of what the bug is. -->
**To Reproduce:**
<!-- Steps to reproduce the behavior. -->
**Expected behavior:**
<!-- A clear and concise description of what you expected to happen. -->
**Logs:**
```
Remove any sensative information.
```
**Screenshots:**
<!-- If applicable, add screenshots to help explain your problem. -->
**Environment:**
* **Guacamole Version**: <!-- homebridge -V -->
* **Operating System**: <!-- Raspbian / Ubuntu / Debian / Windows / macOS / Docker -->
+1
View File
@@ -0,0 +1 @@
blank_issues_enabled: false
+29
View File
@@ -0,0 +1,29 @@
---
name: Support Request
about: Need help?
title: ''
labels: question
assignees: ''
---
<!-- You must use the issue template below when submitting a support request -->
**Describe Your Problem:**
<!-- A clear and concise description of what problem you are trying to solve. -->
**Logs:**
```
Remove any sensative information.
```
**Screenshots:**
<!-- If applicable, add screenshots to help explain your problem. -->
**Environment:**
* **Guacamole Version**: <!-- homebridge -V -->
* **Operating System**: <!-- Raspbian / Ubuntu / Debian / Windows / macOS / Docker -->
<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->