Skip to content

Commit 39bdf65

Browse files
Copilotmikekistler
andauthored
Add Community-contribution column to issue triage backlog tables
Agent-Logs-Url: https://github.com/modelcontextprotocol/csharp-sdk/sessions/67b00cf6-3c83-4856-b7fe-e2607eca0ac8 Co-authored-by: mikekistler <85643503+mikekistler@users.noreply.github.com>
1 parent 07435dc commit 39bdf65

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/skills/issue-triage/references/report-format.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Group by theme: OAuth, SSE, Streamable HTTP, Structured Content, Tasks, etc.}
9898

9999
### Bugs ({N})
100100

101-
{Full table: #, Created, Age, Labels, Title, Remaining Actions}
101+
{Full table: #, Created, Age, Labels, Community, Title, Remaining Actions}
102102

103103
### Enhancements ({N})
104104

@@ -171,11 +171,13 @@ provided workarounds, whether there are linked PRs. End with the current blockin
171171
For the collapsed backlog, use compact tables:
172172

173173
```markdown
174-
| # | Created | Age | Labels | Title | Remaining Actions |
175-
|---|---|---|---|---|---|
176-
| [#N](url) | YYYY-MM-DD | Nd | `label1`, `label2` | Short title | Add `P2`; consider closing |
174+
| # | Created | Age | Labels | Community | Title | Remaining Actions |
175+
|---|---|---|---|---|---|---|
176+
| [#N](url) | YYYY-MM-DD | Nd | `label1`, `label2` | | Short title | Add `P2`; consider closing |
177177
```
178178

179+
The **Community** column shows ✅ when the `Community-contribution` label is present on the issue, and is left blank otherwise.
180+
179181
### Section Emoji Prefixes
180182

181183
| Section | Emoji |

0 commit comments

Comments
 (0)