Skip to content

Commit 18840f9

Browse files
committed
docs: update AGENTS.md with current file structure and PR instructions
1 parent 0801391 commit 18840f9

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

β€ŽAGENTS.mdβ€Ž

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ ios/
8080
β”‚ β”œβ”€β”€ TrueSheetDragEvents.mm/.h
8181
β”‚ └── TrueSheetFocusEvents.mm/.h
8282
└── utils/
83-
β”œβ”€β”€ LayoutUtil.mm/.h
83+
β”œβ”€β”€ BlurUtil.mm/.h
8484
β”œβ”€β”€ GestureUtil.mm/.h
85+
β”œβ”€β”€ LayoutUtil.mm/.h
86+
β”œβ”€β”€ PlatformUtil.h
8587
└── WindowUtil.mm/.h
8688
8789
android/src/main/java/com/lodev09/truesheet/
@@ -113,6 +115,7 @@ android/src/main/java/com/lodev09/truesheet/
113115
β”‚ β”œβ”€β”€ TrueSheetLifecycleEvents.kt
114116
β”‚ └── TrueSheetStateEvents.kt
115117
└── utils/
118+
β”œβ”€β”€ KeyboardUtils.kt
116119
└── ScreenUtils.kt
117120
118121
common/cpp/react/renderer/components/TrueSheetSpec/
@@ -145,6 +148,16 @@ TrueSheetView (host view - hidden, manages state)
145148
2. Create event class in `ios/events/` and `android/.../events/`
146149
3. Emit from native view
147150

151+
### Creating a Pull Request
152+
153+
When creating a PR, use the template from `.github/PULL_REQUEST_TEMPLATE.md`:
154+
155+
1. **Summary** - Describe what the PR does and why
156+
2. **Type of Change** - Select one: Bug fix, New feature, Breaking change, or Documentation update
157+
3. **Test Plan** - Explain how the changes were tested
158+
4. **Screenshots / Videos** - Include if applicable
159+
5. **Checklist** - Mark platforms tested (iOS, Android, Web) and documentation updates
160+
148161
## Commands
149162

150163
See `package.json` scripts.

0 commit comments

Comments
Β (0)