Skip to content

Commit

Permalink
Merge branch 'main' into fix/clients-readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jun 26, 2024
2 parents f6fe659 + b84d736 commit 1d71a6a
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
name: Bug Report
description: File a bug report.
title: '[bug]: '
labels: ['bug', 'triage']
body:
- type: markdown
attributes:
value: |
## Please help us help you!
Before filing your issue, ask yourself:
- Is there an issue already opened for this bug?
- Can I reproduce it?
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).
- type: textarea
attributes:
label: Description
description: A clear and concise description of what the bug is.
validations:
required: true
- type: dropdown
id: language
attributes:
label: Language
description: In which API client are you able to reproduce the bug?
options:
- All
- CSharp
- Dart
- Go
- Java
- JavaScript
- Kotlin
- PHP
- Python
- Ruby
- Scala
- Swift
validations:
required: true
- type: dropdown
id: client
attributes:
label: Client
description: What API are you targetting?
options:
- All
- AB testing
- Analytics
- Ingestion
- Insights
- Monitoring
- Personalization
- Query-Suggestions
- Recommend
- Search
- Usage
- Crawler
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Write down the steps to reproduce the bug, please include any information that seems relevant for us to reproduce it properly
placeholder: |
1. Use method `...`
2. With parameters `...`
3. See error
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
attributes:
label: Self-service
description: |
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.
If you do check this box, please send a pull request within 7 days so we can still delegate this to someone else.
options:
- label: I'd be willing to fix this bug myself.

0 comments on commit 1d71a6a

Please # to comment.