From ce252143c34fbd5b416ddd5417216345117c2f83 Mon Sep 17 00:00:00 2001 From: tamaina <tamaina@hotmail.co.jp> Date: Mon, 5 Jun 2023 12:29:37 +0000 Subject: [PATCH] chore: Please write more detailed environmental information in your bug report. --- .github/ISSUE_TEMPLATE/01_bug-report.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.md b/.github/ISSUE_TEMPLATE/01_bug-report.md index f6fd593c85..26487e9d22 100644 --- a/.github/ISSUE_TEMPLATE/01_bug-report.md +++ b/.github/ISSUE_TEMPLATE/01_bug-report.md @@ -39,8 +39,20 @@ Please include errors from the developer console and/or server log files if you <!-- Tell us where on the platform it happens --> <!-- DO NOT WRITE "latest". Please provide the specific version. --> -Misskey version: -PostgreSQL version: -Redis version: -Your OS: -Your browser: +### 💻 Frontend +* **Model and OS of the device(s):** + <!-- Example: MacBook Pro (14inch, 2021), macOS Ventura 13.4 --> +* **Browser:** + <!-- Example: Chrome 113.0.5672.126 --> +* **Server URL:** + <!-- Example: misskey.io --> + +### 🛰 Backend (for instance admin) +<!-- If you are using a managed service, put that after the version. --> + +* **Installation Method or Hosting Service:** <!-- Example: docker compose, k8s/docker, systemd, "Misskey install shell script", development environment --> +* **Misskey:** 13.x.x +* **Node:** 18.x.x +* **PostgreSQL:** 15.x.x +* **Redis:** 7.x.x +* **OS and Architecture:** <!-- Example: Ubuntu 22.04.2 LTS aarch64 --> -- GitLab