|
| 1 | +--- |
| 2 | +mode: agent |
| 3 | +--- |
| 4 | + |
| 5 | + |
| 6 | +Go through each folder in release-notes/10.0/preview7 and one at a time i want you do to the following: |
| 7 | + |
| 8 | +1. create a new branch names **dotnet10-p7-<name>** where <name> is the name of the file without the extension. |
| 9 | +2. modify the file in some simple way by adding a new line at the end of the file with the text "Something about the feature" in it. |
| 10 | +3. commit the change with the message "Update <name> for preview 7" where <name> is the name of the file without the extension. |
| 11 | +4. push the branch to the remote repository. |
| 12 | +5. create a pull request with the title "Update <name> for preview 7" and the body "Please update the release notes here as needed for Preview 7.\n\n/cc @<reviewer>" where <name> is the name of the file without the extension and <reviewer> is assigned based on the assignment table below. |
| 13 | +6. go back to the dotnet10-p7 branch and repeat the process for the next file. |
| 14 | + |
| 15 | +## Assignment Table (based on Preview 6 patterns): |
| 16 | + |
| 17 | +| File | Assignee(s) | Based on Preview 6 PR | |
| 18 | +|------|-------------|----------------------| |
| 19 | +| aspnetcore.md | @danroth27 | #9953 | |
| 20 | +| containers.md | @lbussell | #9942 | |
| 21 | +| csharp.md | @BillWagner | #9943 | |
| 22 | +| dotnetmaui.md | @davidortinau | #10013 | |
| 23 | +| efcore.md | @roji | #9945 | |
| 24 | +| fsharp.md | @T-Gro | #9946 | |
| 25 | +| libraries.md | @richlander @tarekgh | #9952 | |
| 26 | +| runtime.md | @ericstj @kunalspathak | #9951 | |
| 27 | +| sdk.md | @baronfel @mariam-abdulla @nohwnd | #9949 | |
| 28 | +| visualbasic.md | @BillWagner | #9950 | |
| 29 | +| winforms.md | @merriemcgaw | #9947 | |
| 30 | +| wpf.md | @harshit7962 | #9948 | |
| 31 | + |
| 32 | +Here are the files you need to do this one at a time for: |
| 33 | +- aspnetcore.md |
| 34 | +- containers.md |
| 35 | +- csharp.md |
| 36 | +- dotnetmaui.md |
| 37 | +- efcore.md |
| 38 | +- fsharp.md |
| 39 | +- libraries.md |
| 40 | +- runtime.md |
| 41 | +- sdk.md |
| 42 | +- visualbasic.md |
| 43 | +- winforms.md |
| 44 | +- wpf.md |
0 commit comments