File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,19 @@ Create a pull request targeting the correct release line. For example, a
398398` v5.3.0-proposal ` PR should target ` v5.x ` , not master. Paste the CHANGELOG
399399modifications into the body of the PR so that collaborators can see what is
400400changing. These PRs should be left open for at least 24 hours, and can be
401- updated as new commits land.
401+ updated as new commits land. If the CHANGELOG pasted into the pull request
402+ is long enough that it slows down the GitHub UI, consider pasting the commits
403+ into ` <details> ` tags or in follow up comments.
404+
405+ If using the ` <details> ` tag, use the following format:
406+
407+ ``` markdown
408+ <details>
409+ <summary>Commits</summary>
410+
411+ * Full list of commits...
412+ </details>
413+ ```
402414
403415If you need any additional information about any of the commits, this PR is a
404416good place to @-mention the relevant contributors.
You can’t perform that action at this time.
0 commit comments