mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-08-13 09:01:34 +00:00
.github
ISSUE_TEMPLATE
bug_report.md
feature_request.md
workflows
FUNDING.yml
content
docs
quartz
.gitattributes
.gitignore
.npmrc
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
globals.d.ts
index.d.ts
package-lock.json
package.json
quartz.config.ts
quartz.layout.ts
tsconfig.json
34 lines
690 B
Markdown
34 lines
690 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**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Desktop (please complete the following information):**
|
|
|
|
- Device: [e.g. iPhone6]
|
|
- OS: [e.g. iOS]
|
|
- Browser [e.g. chrome, safari]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|