We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d82f1 commit 1fa5be5Copy full SHA for 1fa5be5
1 file changed
AGENTS.md
@@ -53,3 +53,9 @@ The project uses `yarn` for dependency management and script execution.
53
- `src/index.ts`: Main entry point, re-exports `pure` and adds side effects (auto-cleanup).
54
- `examples/`: Example React Native applications using the library.
55
- `website/`: Documentation website.
56
+
57
+## PR draft workflow:
58
59
+- Maintain `PR.txt` at the repository root using the structure from `.github/pull_request_template.md`.
60
+- Keep `PR.txt` aligned with the current branch diff relative to `origin/main`, including tests actually run and any known validation gaps.
61
+- Do not commit `PR.txt`.
0 commit comments