diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/01_bug-report.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.md b/.github/ISSUE_TEMPLATE/01_bug-report.md index 26487e9d22..46ce16f073 100644 --- a/.github/ISSUE_TEMPLATE/01_bug-report.md +++ b/.github/ISSUE_TEMPLATE/01_bug-report.md @@ -40,19 +40,19 @@ Please include errors from the developer console and/or server log files if you <!-- DO NOT WRITE "latest". Please provide the specific version. --> ### 💻 Frontend -* **Model and OS of the device(s):** +* Model and OS of the device(s): <!-- Example: MacBook Pro (14inch, 2021), macOS Ventura 13.4 --> -* **Browser:** +* Browser: <!-- Example: Chrome 113.0.5672.126 --> -* **Server URL:** +* 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 --> +* 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 --> |