Skip to content

Commit b661ded

Browse files
committed
refactor: update
1 parent 05e1f9d commit b661ded

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Reclaimerr was built by hand and I intend to keep it that way. Using AI as a too
4141

4242
Backend runs at `http://localhost:8000`, frontend at `http://localhost:3000`.
4343

44+
## Branch
45+
46+
Always pull the latest **dev** branch before starting your work. When opening a pull request, make sure your feature or fix branch is based on **dev** and set the PR’s target branch to **dev** as well.
47+
4448
## Code Style
4549

4650
- **Backend:** [Ruff](https://docs.astral.sh/ruff/) for linting and formatting - `ruff check .` and `ruff format .`
@@ -73,7 +77,7 @@ Tags drive all release automation (Docker image push, desktop builds). Tags must
7377
| File |
7478
| ----------------------------- |
7579
| `pyproject.toml` |
76-
| `__version__.py` |
80+
| `backend/core/__version__.py` |
7781
| `frontend/package.json` |
7882
| `frontend/src/lib/version.ts` |
7983

0 commit comments

Comments
 (0)