Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/ppl_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: 🐛 PPL Bug Report
about: Report a bug or unexpected behavior in PPL
title: '[BUG] Brief description of the issue'
labels: 'bug, untriaged, PPL'
assignees: ''
---
**PPL Command/Query:**
```ppl
Paste your PPL command or query here
```

## Bug Description
**Describe the bug**
A clear and concise description of what the bug is and what went wrong.

## Reproduction Steps
**Steps to reproduce the behavior:**
1.
2.
3.

## Environment Information
**OpenSearch Version:**
e.g. OpenSearch 2.19

**Additional Environment Details:**
Any other relevant environment information
Loading