62 lines
1.2 KiB
Markdown
62 lines
1.2 KiB
Markdown
---
|
|
name: Product Issues
|
|
about: Use this template for bugs and issues on Plunk
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Description
|
|
|
|
|
|
## To Reproduce
|
|
|
|
## Expected behavior
|
|
|
|
## Environment
|
|
|
|
Please select the option that applies:
|
|
|
|
* Deployment type:
|
|
|
|
* [ ] Hosted
|
|
* [ ] Self-hosted
|
|
|
|
If self-hosted, please provide relevant details (Docker, Kubernetes, bare metal, etc.):
|
|
|
|
|
|
## Version verification
|
|
|
|
> ⚠️ **Important:**
|
|
> Self-hosted issues **must** be reproduced on the latest commit.
|
|
> Issues without a confirmed commit SHA may be closed without investigation.
|
|
|
|
* [ ] I am using the hosted version
|
|
|
|
**If self-hosted:**
|
|
|
|
* [ ] I have confirmed this issue still exists on the **latest commit** (not the `latest` tag)
|
|
|
|
* Commit SHA tested: `__________`
|
|
|
|
## Logs / Error output
|
|
|
|
If applicable, add logs, stack traces, or error messages here.
|
|
|
|
```
|
|
PASTE LOGS HERE
|
|
```
|
|
|
|
## Screenshots / Recordings / Additional context
|
|
|
|
---
|
|
|
|
## Checklist
|
|
|
|
Please confirm the following before submitting:
|
|
|
|
* [ ] I have searched existing issues to ensure this bug has not already been reported
|
|
* [ ] I have provided clear reproduction steps
|
|
* [ ] I have included all relevant environment details
|