1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/.github/ISSUE_TEMPLATE/bug_report.md

39 lines
975 B
Markdown
Raw Normal View History

2019-02-25 18:27:19 +08:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
2021-05-24 15:53:50 +08:00
2019-02-25 18:27:19 +08:00
A clear and concise description of what the bug is.
Also how to reproduce, the expected behavior.
2019-07-17 01:31:40 +08:00
**Photo/video (optional) that causes the bug**
2021-05-24 15:53:50 +08:00
2019-02-25 18:27:19 +08:00
If error is in connection with a particular photo/video, It would help a lot with the debugging if you can attach that file too.
2021-05-24 15:53:50 +08:00
**Screenshots (optional)**
2019-02-25 18:27:19 +08:00
If applicable, add screenshots to help explain your problem.
2021-05-24 15:53:50 +08:00
**Server logs (optional)**
In case of a server side error, provide logs:
* Set env variable `NODE_ENV=debug` to log everything.
* To get logs from docker: `docker ps -a` to list containers, `docker logs <container ID>` to get logs.
2019-07-17 01:31:40 +08:00
**Environment (please complete the following information):**
2019-02-25 18:27:19 +08:00
- OS: [e.g. server runs on linux, browser on windows]
- Browser [e.g. chrome, safari]
**Used app version**:
- compiled from source
- docker-nightly
- docker-vXX
- release vXX
- ect...