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

feature_request.yml « ISSUE_TEMPLATE « .github - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f5ca8558f57d33a897a1eab33009ed07972e47e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Feature request
description: Suggest a new feature for this project
labels: ["feature-request", "triage"]
body:
  - type: markdown
    attributes:
      value: |
        Thanks for sharing your idea with us.
  - type: textarea
    id: context
    attributes:
      label: Context
      description: What is the context in which you would consider this feature to be relevant?
      placeholder: Setting up a new server
  - type: textarea
    id: description
    attributes:
      label: Description
      description: What is the feature you have in mind?
      placeholder: Make Mumble even more awesome :)
    validations:
      required: true
  - type: dropdown
    id: component
    attributes:
      label: Mumble component
      description: Which component of Mumble does your feature request affect?
      options:
        - Client
        - Server
        - Both
    validations:
      required: true
  - type: dropdown
    id: os
    attributes:
      label: OS-specific?
      description: Would this feature be OS-specific (in contrast to being useful across all OS)
      options:
        - "Yes"
        - "No"
    validations:
      required: true
  - type: textarea
    id: additional
    attributes:
      label: Additional information
      description: Is there anything else you want to tell us about this feature (e.g. alternatives you have considered)?