You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**Create an issue first** — Open an issue with the `proposal` label. Include:
6
+
- Rationale — either FPF methodology alignment or UX improvement (feature request)
7
+
- Question or problem statement
8
+
- Proposed solution
9
+
10
+
2.**Wait for agreement** — Do not create a PR until the proposal has been discussed and agreed upon in the issue.
11
+
12
+
3.**Check for existing work** — Before starting, verify no one else has picked up the same issue. Comment on the issue to claim it.
13
+
14
+
4.**Create PR to `dev` branch** — When ready, open a pull request targeting `dev`, not `main`. Link the original issue.
15
+
16
+
5.**Update the changelog** — Add your changes to `CHANGELOG.md` under the `[Unreleased]` section.
17
+
18
+
## Want to Help but No Proposal?
19
+
20
+
Check existing issues labeled `bug`, `documentation`, or `help wanted`. Leave a comment to express interest and wait for approval before starting work.
21
+
22
+
## Summary
23
+
24
+
```
25
+
Issue (proposal label) → Agreement → Claim issue → PR to dev → Update changelog
0 commit comments