File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ React Native Windows is a Microsoft-maintained implementation of React Native th
36
36
37
37
### C++ Code (.cpp, .h files)
38
38
39
+ - While raising a PR don't do any changes in vnext/codegen directory, that directory should be untouched.
40
+
39
41
** Style Guide** : Follow the project's ` .clang-format ` configuration
40
42
- ** Line length** : 120 characters maximum
41
43
- ** Indentation** : 2 spaces, no tabs
@@ -185,6 +187,8 @@ yarn change --type prerelease
185
187
186
188
These commands ensure code quality, consistent formatting, and proper change tracking for the monorepo versioning system.
187
189
190
+ Delete the PR branch "colpilot/fix-* " once the copilot PR is merged or closed to maintain repo hygiene.
191
+
188
192
### Native Module Development
189
193
190
194
** C++ Native Module Pattern** :
@@ -289,4 +293,4 @@ class SampleViewManager : public ViewManagerBase {
289
293
- Include usage examples for complex APIs
290
294
- Explain Windows-specific behavior differences
291
295
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.
You can’t perform that action at this time.
0 commit comments