You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are not sure about the origin of the issue, or if it impacts your customer experience, please contact [our support team](https://alg.li/support).
16
+
- type: textarea
17
+
attributes:
18
+
label: Description
19
+
description: A clear and concise description of what the bug is.
20
+
validations:
21
+
required: true
22
+
- type: dropdown
23
+
id: language
24
+
attributes:
25
+
label: Language
26
+
description: In which API client are you able to reproduce the bug?
27
+
options:
28
+
- All
29
+
- CSharp
30
+
- Dart
31
+
- Go
32
+
- Java
33
+
- JavaScript
34
+
- Kotlin
35
+
- PHP
36
+
- Python
37
+
- Ruby
38
+
- Scala
39
+
- Swift
40
+
validations:
41
+
required: true
42
+
- type: dropdown
43
+
id: client
44
+
attributes:
45
+
label: Client
46
+
description: What API are you targetting?
47
+
options:
48
+
- All
49
+
- AB testing
50
+
- Analytics
51
+
- Ingestion
52
+
- Insights
53
+
- Monitoring
54
+
- Personalization
55
+
- Query-Suggestions
56
+
- Recommend
57
+
- Search
58
+
- Usage
59
+
- Crawler
60
+
validations:
61
+
required: true
62
+
- type: textarea
63
+
attributes:
64
+
label: Steps to reproduce
65
+
description: Write down the steps to reproduce the bug, please include any information that seems relevant for us to reproduce it properly
66
+
placeholder: |
67
+
1. Use method `...`
68
+
2. With parameters `...`
69
+
3. See error
70
+
validations:
71
+
required: true
72
+
- type: textarea
73
+
id: logs
74
+
attributes:
75
+
label: Relevant log output
76
+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
77
+
render: shell
78
+
- type: checkboxes
79
+
attributes:
80
+
label: Self-service
81
+
description: |
82
+
If you feel like you could contribute to this issue, please check the box below. This would tell us and other people looking for contributions that someone's working on it.
83
+
If you do check this box, please send a pull request within 7 days so we can still delegate this to someone else.
0 commit comments