Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-12-01 10:42:45 +0300
committerGitHub <noreply@github.com>2021-12-01 10:42:45 +0300
commit94b41e7de70678a9b34a8e432d888b60095ad949 (patch)
treeeb691413a86216674c4976e64af6d0617c8cd971 /.github
parentd7ad26cae5e763eb06dd15f2e974ad62d143ed3d (diff)
MAINT: Add support issue form
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/support.yml54
1 files changed, 54 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/support.yml b/.github/ISSUE_TEMPLATE/support.yml
new file mode 100644
index 000000000..c81927d44
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/support.yml
@@ -0,0 +1,54 @@
+name: Support
+description: File a support issue
+labels: ["support"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Please try to provide all necessary information. We will try to address your issue as soon as possible.
+ - type: textarea
+ id: description
+ attributes:
+ label: The issue
+ description: What is the issue, you are experiencing?
+ placeholder: My settings are not saved.
+ validations:
+ required: true
+ - type: textarea
+ id: version
+ attributes:
+ label: Mumble version
+ description: The version of Mumble (client or server) you are using. If you compiled from source, please provide the corresponding git commit hash as well.
+ placeholder: 1.4.0
+ validations:
+ required: true
+ - type: dropdown
+ id: component
+ attributes:
+ label: Mumble component
+ description: What component of Mumble are you having issues with?
+ options:
+ - Client
+ - Server
+ - Both
+ - I don't know
+ validations:
+ required: true
+ - type: dropdown
+ id: os
+ attributes:
+ label: What OS are you using?
+ multiple: true
+ options:
+ - Linux
+ - Windows
+ - macOS
+ - FreeBSD
+ - Other
+ validations:
+ required: true
+ - type: textarea
+ id: additional
+ attributes:
+ label: Additional information
+ description: Is there anything else you can tell us about your issue and/or the used system and environemnt?