mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:13:01 +03:00
chore: update issue template (#870)
This commit is contained in:
committed by
GitHub
parent
21ca87be38
commit
29eacd6424
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -36,13 +36,29 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
### Additional Information
|
### Additional Information
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: extra-information
|
id: version
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: "Version and Environment"
|
label: "Pocket ID Version"
|
||||||
description: "Please specify the version of Pocket ID, along with any environment-specific configurations, such your reverse proxy, that might be relevant."
|
description: "Please specify the version of Pocket ID."
|
||||||
placeholder: "e.g., v0.24.1"
|
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
|
- type: textarea
|
||||||
id: log-files
|
id: log-files
|
||||||
validations:
|
validations:
|
||||||
|
|||||||
Reference in New Issue
Block a user