Skip to content

Commit b84d736

Browse files
authored
chore: update issue template (#3259)
1 parent e5db1da commit b84d736

File tree

2 files changed

+85
-26
lines changed

2 files changed

+85
-26
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Bug_report.yml

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
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+
Before filing your issue, ask yourself:
12+
- Is there an issue already opened for this bug?
13+
- Can I reproduce it?
14+
15+
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.
84+
options:
85+
- label: I'd be willing to fix this bug myself.

0 commit comments

Comments
 (0)