Skip to content

Commit fdd831d

Browse files
Copilotwadepickett
andauthored
Update SKILL.md PR description requirements to handle multiple issues (#37176)
* Initial plan * Update SKILL.md PR description requirements for multiple issues Fixes #35750 Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/f6310db2-1dc0-4154-be79-4d29a46e267d Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
1 parent 55aba25 commit fdd831d

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

  • .github/skills/whats-new-include-content-rules

.github/skills/whats-new-include-content-rules/SKILL.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,29 @@ Before completing, verify:
155155
## PR description requirements
156156

157157
* The very first line of the PR description must be `Fixes dotnet/AspNetCore.Docs#{ISSUE NUMBER}` (where `{ISSUE NUMBER}` is the number of the issue this PR addresses), followed by a blank line before any other content.
158-
* Example:
159-
```
160-
Fixes dotnet/AspNetCore.Docs#10000
161-
162-
Summary of changes...
163-
```
158+
* When a PR fixes multiple issues, list each issue on its own line at the top of the PR description, each using the `Fixes dotnet/AspNetCore.Docs#{ISSUE NUMBER}` format, followed by a blank line before any other content.
159+
* When a PR is related to other issues but doesn't fix them, use `Related: dotnet/AspNetCore.Docs#{ISSUE NUMBER}` on a separate line after the `Fixes` line(s).
160+
* Examples:
161+
* Single issue:
162+
```
163+
Fixes dotnet/AspNetCore.Docs#10000
164+
165+
Summary of changes...
166+
```
167+
* Multiple issues fixed:
168+
```
169+
Fixes dotnet/AspNetCore.Docs#10000
170+
Fixes dotnet/AspNetCore.Docs#10001
171+
172+
Summary of changes...
173+
```
174+
* Fixing one issue and related to another:
175+
```
176+
Fixes dotnet/AspNetCore.Docs#10000
177+
Related: dotnet/AspNetCore.Docs#10001
178+
179+
Summary of changes...
180+
```
164181
165182
---
166183

0 commit comments

Comments
 (0)