From 29eacd6424a4ecf61f6b563711af07254149c405 Mon Sep 17 00:00:00 2001 From: "Alessandro (Ale) Segala" <43508+ItalyPaleAle@users.noreply.github.com> Date: Sun, 24 Aug 2025 05:35:39 -0700 Subject: [PATCH] chore: update issue template (#870) --- .github/ISSUE_TEMPLATE/bug.yml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 97599ba5..7ab9b1c9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -36,13 +36,29 @@ body: value: | ### Additional Information - type: textarea - id: extra-information + id: version validations: required: true attributes: - label: "Version and Environment" - description: "Please specify the version of Pocket ID, along with any environment-specific configurations, such your reverse proxy, that might be relevant." + 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: