diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2023-06-05 12:35:23 +0000 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2023-06-05 12:35:23 +0000 |
| commit | fa051a2a5fa04c8cc48807ef5021470ebce15d82 (patch) | |
| tree | 8c9701c038a0be028f29c2166139c16cfa01e6c7 | |
| parent | chore: Please write more detailed environmental information in your bug report. (diff) | |
| download | sharkey-fa051a2a5fa04c8cc48807ef5021470ebce15d82.tar.gz sharkey-fa051a2a5fa04c8cc48807ef5021470ebce15d82.tar.bz2 sharkey-fa051a2a5fa04c8cc48807ef5021470ebce15d82.zip | |
:art:
| -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 --> |