Skip to content

Commit ddeea38

Browse files
Update copilot-instructions.md (#15032)
Co-authored-by: Vineeth <[email protected]>
1 parent 14c6537 commit ddeea38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/copilot-instructions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ React Native Windows is a Microsoft-maintained implementation of React Native th
3636

3737
### C++ Code (.cpp, .h files)
3838

39+
- While raising a PR don't do any changes in vnext/codegen directory, that directory should be untouched.
40+
3941
**Style Guide**: Follow the project's `.clang-format` configuration
4042
- **Line length**: 120 characters maximum
4143
- **Indentation**: 2 spaces, no tabs
@@ -185,6 +187,8 @@ yarn change --type prerelease
185187

186188
These commands ensure code quality, consistent formatting, and proper change tracking for the monorepo versioning system.
187189

190+
Delete the PR branch "colpilot/fix-*" once the copilot PR is merged or closed to maintain repo hygiene.
191+
188192
### Native Module Development
189193

190194
**C++ Native Module Pattern**:
@@ -289,4 +293,4 @@ class SampleViewManager : public ViewManagerBase {
289293
- Include usage examples for complex APIs
290294
- Explain Windows-specific behavior differences
291295
292-
This guidance helps ensure consistent, high-quality contributions to React Native Windows while leveraging platform-specific capabilities effectively.
296+
This guidance helps ensure consistent, high-quality contributions to React Native Windows while leveraging platform-specific capabilities effectively.

0 commit comments

Comments
 (0)