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
* feat: refine settings tables ui
Signed-off-by: Bob Du <i@bobdu.cc>
* docs: clarify branching and git permissions
Signed-off-by: Bob Du <i@bobdu.cc>
* feat: align settings table actions and locales
Signed-off-by: Bob Du <i@bobdu.cc>
---------
Signed-off-by: Bob Du <i@bobdu.cc>
Copy file name to clipboardExpand all lines: AGENTS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,15 @@
47
47
## Commit & Pull Request Guidelines
48
48
- Use Conventional Commits (e.g., `feat: add user settings`).
49
49
- Always work on a feature branch; do not commit directly to `main`.
50
+
- If no feature branch exists for the task, create one before making changes.
50
51
- Create or switch to a feature branch before any changes and always confirm the current branch before committing (e.g., `git checkout -b feature/my-change`).
51
52
- New features target the `feature` branch; other changes target `main`.
52
53
- PRs should include a clear description, link related issues, and note any UI changes with screenshots.
53
54
- Commit with signed-off and signed commits: `git commit -s -S -m "feat: ..."`.
54
55
56
+
## Git Permissions & Operations
57
+
- Direct modification of the `.git` directory is not permitted; use git commands for all branch switches, staging, and commits.
58
+
55
59
## Configuration & Environment
56
60
- Backend secrets live in `service/.env` (copy from `service/.env.example`).
57
61
- Frontend API base URL is in root `.env` as `VITE_GLOB_API_URL`.
0 commit comments