Skip to content

Commit 7cc0f15

Browse files
authored
Update copilot-instructions.md with PR testing notes (#30138)
1 parent ff93c09 commit 7cc0f15

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/copilot-instructions.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,19 @@ Since coding agents function as both CI and pair programmers, they need to handl
160160
- Follow existing code documentation patterns
161161
- Update relevant docs in `docs/` folder when needed
162162

163+
### Opening PRs
164+
165+
All PRs are required to have this at the top of the description:
166+
167+
```
168+
<!-- Please let the below note in for people that find this PR -->
169+
> [!NOTE]
170+
> Are you waiting for the changes in this PR to be merged?
171+
> It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you!
172+
```
173+
174+
Always put that at the top, without the block quotes. Without it, the users will NOT be able to try the PR and your work will have been in vain!
175+
163176
## Additional Resources
164177

165178
- [Development Guide](.github/DEVELOPMENT.md)
@@ -170,4 +183,4 @@ Since coding agents function as both CI and pair programmers, they need to handl
170183

171184
---
172185

173-
**Note for Future Updates:** This document should be expanded as new development patterns, tools, or workflows are discovered. Add sections for specific scenarios, debugging techniques, or tooling as they become relevant to the development process.
186+
**Note for Future Updates:** This document should be expanded as new development patterns, tools, or workflows are discovered. Add sections for specific scenarios, debugging techniques, or tooling as they become relevant to the development process.

0 commit comments

Comments
 (0)