ソースを参照

use md table systax in pr template (#11412)

crazywoola 7 ヶ月 前
コミット
255ff446ba
共有1 個のファイルを変更した3 個の追加10 個の削除を含む
  1. 3 10
      .github/pull_request_template.md

+ 3 - 10
.github/pull_request_template.md

@@ -8,16 +8,9 @@ Please include a summary of the change and which issue is fixed. Please also inc
 
 # Screenshots
 
-<table>
-  <tr>
-  <td>Before: </td>
-  <td>After: </td>
-  </tr>
-  <tr>
-  <td>...</td>
-  <td>...</td>
-  </tr>
-</table>
+| Before | After |
+|--------|-------|
+| ...    | ...   |
 
 # Checklist