about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2022-10-17 15:32:48 +0900
committerGitHub <noreply@github.com>2022-10-17 08:32:48 +0200
commit3702afec9f0a0009297baab5636000fa3a5b7789 (patch)
treef908a2e8f3bc2305c72258a2f7dfd01fefad7741 /.github
parent4c7b5fb6c1787438ef130d9aecd5d0a4d54d08a9 (diff)
Add detailed description section to issue template (#19365)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/1.bug_report.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml
index 9cdf813f7..cdd08d2b0 100644
--- a/.github/ISSUE_TEMPLATE/1.bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml
@@ -33,10 +33,24 @@ body:
       required: true
   - type: textarea
     attributes:
+      label: Detailed description
+    validations:
+      required: false
+  - type: textarea
+    attributes:
       label: Specifications
       description: |
         What version or commit hash of Mastodon did you find this bug in?
 
         If a front-end issue, what browser and operating systems were you using?
+      placeholder: |
+        Mastodon 3.5.3 (or Edge)
+        Ruby 2.7.6 (or v3.1.2)
+        Node.js 16.18.0
+
+        Google Chrome 106.0.5249.119
+        Firefox 105.0.3
+        
+        etc...
     validations:
       required: true