-
Notifications
You must be signed in to change notification settings - Fork 371
Normalize report formatting guidelines across 5 reporting workflows #28186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -292,7 +292,7 @@ For detailed information about secret usage patterns, see: | |||||
|
|
||||||
| ## Notes | ||||||
|
|
||||||
| - **Report Formatting**: Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy. Wrap long sections in `<details><summary>Section Name</summary>` tags to improve readability and reduce scrolling. | ||||||
| - **Report Formatting**: Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title. Wrap long sections in `<details><summary><b>Section Name</b></summary>` tags to improve readability. | ||||||
|
||||||
| - **Report Formatting**: Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title. Wrap long sections in `<details><summary><b>Section Name</b></summary>` tags to improve readability. | |
| - **Report Formatting**: Use h3 (`###`) or lower for all headers in your report. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title. Wrap long sections in `<details><summary>Section Name</summary></details>` tags to improve readability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new report-formatting guideline says to wrap long sections using
<details><summary><b>…</b></summary>, but the summary report template later in this file still uses an unbolded<summary>("📊 Detailed Results & Actions"). To keep the workflow’s templates consistent with the guideline, either update that summary to include<b>or adjust the guideline wording to only recommend bolding.