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
> This repository is fully generated and all pull request will be rejected.
13
+
> If you wish to contribute, please refer to the [contribution guidelines](https://github.com/algolia/api-clients-automation/blob/main/CONTRIBUTING.md) on the `api-clients-automation` repository.
14
+
15
+
Before filing your issue, ask yourself:
16
+
- Is there an issue already opened for this bug?
17
+
- Can I reproduce it?
18
+
19
+
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).
20
+
- type: textarea
21
+
attributes:
22
+
label: Description
23
+
description: A clear and concise description of what the bug is.
24
+
validations:
25
+
required: true
26
+
- type: dropdown
27
+
id: client
28
+
attributes:
29
+
label: Client
30
+
description: Which API are you targetting?
31
+
options:
32
+
- All
33
+
- AB testing
34
+
- Analytics
35
+
- Ingestion
36
+
- Insights
37
+
- Monitoring
38
+
- Personalization
39
+
- Query-Suggestions
40
+
- Recommend
41
+
- Search
42
+
- Usage
43
+
- Crawler
44
+
validations:
45
+
required: true
46
+
- type: input
47
+
id: version
48
+
attributes:
49
+
label: Version
50
+
description: The version of the client you are using.
51
+
validations:
52
+
required: true
53
+
- type: textarea
54
+
id: logs
55
+
attributes:
56
+
label: Relevant log output
57
+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
0 commit comments