Skip to content

Commit ce080ce

Browse files
committed
chore(dx): Add PR Creation instructions
1 parent f98dab0 commit ce080ce

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ feat(replay): Add mobile replay masking support
4444
fix(android): Fix crash on startup with Hermes
4545
```
4646

47+
## Pull Requests
48+
49+
When asked to open a PR:
50+
- **Ask** if it should be a **draft** PR (default: draft).
51+
- Use the repo's PR template (`.github/pull_request_template.md`) for the body. Fill in the sections:
52+
- **Type of change** — check the applicable boxes (Bugfix, New feature, Enhancement, Refactoring).
53+
- **Description** — describe the changes in detail.
54+
- **Motivation and Context** — why the change is needed, link related issues.
55+
- **How did you test it?** — list tests added/run.
56+
- **Checklist** — check the applicable boxes.
57+
- **Next steps** — note any follow-up work, or leave empty.
58+
4759
## Pre-Commit Checklist
4860

4961
- [ ] Code compiles without errors (`yarn build`)

0 commit comments

Comments
 (0)