You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/daily-community-attribution.md
+10-16Lines changed: 10 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,27 +201,21 @@ Write the updated content back to
201
201
202
202
### 3. Build the Community Contributions Section
203
203
204
-
Produce a concise section of attributed community contributors for
205
-
`README.md`, grouped by author and wrapped in a `<details>` element.
206
-
Use GitHub issue references (`#N`) so that GitHub automatically expands
207
-
them with the issue title — do **not** use full URLs or explicit issue
208
-
titles as link text (GitHub renders the title for you):
204
+
Produce a compact section of attributed community contributors for
205
+
`README.md`, wrapped in a `<details>` element. Use **one list item per
206
+
author** with all their issues listed inline. Use GitHub issue references
207
+
(`#N`) so that GitHub automatically expands them with the issue title —
208
+
do **not** use full URLs or explicit issue titles as link text (GitHub
209
+
renders the title for you):
209
210
210
211
```markdown
211
212
## 🌍 Community Contributions
212
213
213
214
<details>
214
215
<summary>Thank you to the community members whose issue reports were resolved in this project! This list is updated automatically and reflects all attributed contributions.</summary>
0 commit comments