Skip to content

Commit 31aaff4

Browse files
algolia-botmillotp
andcommitted
chore: add a bug report template to github (generated)
algolia/api-clients-automation#3606 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent f6f8c89 commit 31aaff4

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: '[bug]: '
4+
labels: ['bug', 'triage']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Please help us help you!
10+
11+
> [!IMPORTANT]
12+
> 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.
58+
render: shell

0 commit comments

Comments
 (0)