|
@@ -0,0 +1,55 @@
|
|
1
|
+name: Bug report
|
|
2
|
+description: File a bug report and help us improve
|
|
3
|
+body:
|
|
4
|
+ - type: markdown
|
|
5
|
+ attributes:
|
|
6
|
+ value: |
|
|
7
|
+ This issue tracker is only for reporting bugs and tracking issues related to the source code.
|
|
8
|
+
|
|
9
|
+ **Before posting, please make sure to check if the same or similar bugs have already been reported.**
|
|
10
|
+
|
|
11
|
+ ⚠️ General questions regarding usage, installation, etc. should be posted in our [community forum](https://community.jitsi.org).
|
|
12
|
+ - type: textarea
|
|
13
|
+ attributes:
|
|
14
|
+ label: What happened?
|
|
15
|
+ description: Please describe the problem. Be as detailed as possible.
|
|
16
|
+ validations:
|
|
17
|
+ required: true
|
|
18
|
+ - type: checkboxes
|
|
19
|
+ attributes:
|
|
20
|
+ label: Platform
|
|
21
|
+ description: On what platforms can you reproduce the problem?
|
|
22
|
+ options:
|
|
23
|
+ - label: Chrome (or Chromium based)
|
|
24
|
+ - label: Firefox
|
|
25
|
+ - label: Safari
|
|
26
|
+ - label: Other desktop browser
|
|
27
|
+ - label: Android browser
|
|
28
|
+ - label: iOS browser
|
|
29
|
+ - label: Electron app
|
|
30
|
+ - label: Android mobile app
|
|
31
|
+ - label: iOS mobile app
|
|
32
|
+ - label: Custom app using a mobile SDK
|
|
33
|
+ validations:
|
|
34
|
+ required: true
|
|
35
|
+ - type: input
|
|
36
|
+ attributes:
|
|
37
|
+ label: Browser / app / sdk version
|
|
38
|
+ description: Please provice the version of the browser / app / sdk where the problem manifests.
|
|
39
|
+ validations:
|
|
40
|
+ required: true
|
|
41
|
+ - type: textarea
|
|
42
|
+ attributes:
|
|
43
|
+ label: Relevant log output
|
|
44
|
+ description: Please copy and paste any relevant log output. The browser console JS logs (if applicable) is a good start. This will be automatically formatted into code, so no need for backticks.
|
|
45
|
+ render: shell
|
|
46
|
+ - type: checkboxes
|
|
47
|
+ attributes:
|
|
48
|
+ label: Reproducibility
|
|
49
|
+ description: Does the problem reproduce on meet.jit.si using Chrome, Firefox or the official mobile apps?
|
|
50
|
+ options:
|
|
51
|
+ - label: The problem is reproducible on meet.jit.si
|
|
52
|
+ - type: textarea
|
|
53
|
+ attributes:
|
|
54
|
+ label: More details?
|
|
55
|
+ description: Please provide more details in case they apply (such as the Jitsi Meet version you are running, if you are hosting your own server).
|