41 lines
931 B
Markdown
41 lines
931 B
Markdown
---
|
|
name: Bug report
|
|
about: Something about Quartz isn't working the way you expect
|
|
title: ""
|
|
labels: bug
|
|
assignees: ""
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots and Source**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
You can help speed up fixing the problem by either
|
|
|
|
1. providing a simple reproduction
|
|
2. linking to your Quartz repository where the problem can be observed
|
|
|
|
**Desktop (please complete the following information):**
|
|
|
|
- Quartz Version: [e.g. v4.1.2]
|
|
- `node` Version: [e.g. v18.16]
|
|
- `npm` version: [e.g. v10.1.0]
|
|
- OS: [e.g. iOS]
|
|
- Browser [e.g. chrome, safari]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|