mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:52:57 +03:00
73 lines
2.2 KiB
YAML
73 lines
2.2 KiB
YAML
name: "🐛 Bug Report"
|
|
description: "Report something that is not working as expected"
|
|
title: "🐛 Bug Report: "
|
|
type: 'Bug'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out our bug report form 🙏
|
|
- type: textarea
|
|
id: steps-to-reproduce
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Reproduction steps"
|
|
description: "How do you trigger this bug? Please walk us through it step by step."
|
|
placeholder: "When I ..."
|
|
- type: textarea
|
|
id: expected-behavior
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Expected behavior"
|
|
description: "What did you think would happen?"
|
|
placeholder: "It should ..."
|
|
- type: textarea
|
|
id: actual-behavior
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Actual Behavior"
|
|
description: "What did actually happen? Add screenshots, if applicable."
|
|
placeholder: "It actually ..."
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
### Additional Information
|
|
- type: textarea
|
|
id: version
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Pocket ID Version"
|
|
description: "Please specify the version of Pocket ID."
|
|
placeholder: "e.g., v0.24.1"
|
|
- type: textarea
|
|
id: database
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Database"
|
|
description: "Please specify the database in use: SQLite or Postgres (including version)."
|
|
placeholder: "e.g., SQLite or Postgres 17"
|
|
- type: textarea
|
|
id: environment
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "OS and Environment"
|
|
description: "Please include the OS, whether you're using containers (Docker, Podman, etc) along with any environment-specific configurations, such your reverse proxy, that might be relevant."
|
|
placeholder: "e.g., Docker on Ubuntu 24.04, served using Traefik"
|
|
- type: textarea
|
|
id: log-files
|
|
validations:
|
|
required: false
|
|
attributes:
|
|
label: "Log Output"
|
|
description: "Output of log files when the issue occurred to help us diagnose the issue."
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Before submitting, please check if the issue hasn't been raised before.**
|