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/copilot-instructions.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,10 @@ The `check-dotnet.yml` CI workflow validates the generated .NET interop files ar
123
123
- Public API is in `src/inc/msquic.h`. C++ wrapper in `src/inc/msquic.hpp`.
124
124
- Test infrastructure uses GoogleTest. Test cases in `src/test/lib/`, runner in `src/test/bin/`.
125
125
126
+
## Pull Requests
127
+
128
+
When creating pull requests, always follow the PR template at `.github/pull_request_template.md`.
129
+
126
130
## Update These Instructions
127
131
128
132
As you learn the codebase, update this file with any important information you think would help future contributors. This is the primary source of truth for how to work with the codebase, so keep it accurate and comprehensive.
0 commit comments