mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
69 lines
1.4 KiB
Markdown
69 lines
1.4 KiB
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
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):**
|
||
|
- OS: [e.g. iOS]
|
||
|
- Browser [e.g. chrome, safari]
|
||
|
- Version [e.g. 22]
|
||
|
|
||
|
**Smartphone (please complete the following information):**
|
||
|
- Device: [e.g. iPhone6]
|
||
|
- OS: [e.g. iOS8.1]
|
||
|
- Browser [e.g. stock browser, safari]
|
||
|
- Version [e.g. 22]
|
||
|
|
||
|
**Environment (please complete the following information):**
|
||
|
Specify if using demo instance or self-hosted instance.
|
||
|
|
||
|
If self-hosted instance, add OS and runtime information to help explain your problem.
|
||
|
- OS Version: [e.g. Ubuntu 16.04]
|
||
|
|
||
|
Also provide Docker commands or docker-compose file if possible.
|
||
|
- Docker / Docker-compose Version: [e.g. Docker version 18.03.0-ce, build 0520e24]
|
||
|
- Image [e.g. alpine]
|
||
|
|
||
|
**Frontend Stack Trace (if self-hosted)**
|
||
|
|
||
|
<details>
|
||
|
|
||
|
```
|
||
|
|
||
|
```
|
||
|
|
||
|
</details>
|
||
|
|
||
|
**Backend Stack Trace (if self-hosted)**
|
||
|
|
||
|
<details>
|
||
|
|
||
|
```
|
||
|
|
||
|
```
|
||
|
|
||
|
</details>
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|