File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Report a problem in 4Charm
4+ labels : bug
5+ ---
6+
7+ ## App
8+ 4Charm (version: <!-- see About panel or pyproject.toml --> )
9+
10+ ## Environment
11+ - macOS version:
12+ - Mac model (Apple Silicon):
13+ - Python version: 3.14 (if running from source)
14+
15+ ## Steps to reproduce
16+ 1 .
17+ 2 .
18+ 3 .
19+
20+ ## Expected behavior
21+
22+ ## Actual behavior
23+
24+ ## Screenshots / logs
25+ <!-- Drag in screenshots or paste relevant log lines. Remove anything private. -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an improvement for 4Charm
4+ labels : enhancement
5+ ---
6+
7+ ## App
8+ 4Charm
9+
10+ ## Requested feature
11+
12+ ## Why it matters
13+
14+ ## Preferred behavior
15+ <!-- What should it look like / how should it act? -->
16+
17+ ## Risks / edge cases
18+ <!-- Anything that could break existing behavior, especially core/backend logic. -->
Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " uv"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ open-pull-requests-limit : 3
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " weekly"
12+ open-pull-requests-limit : 3
Original file line number Diff line number Diff line change 1+ ## Summary
2+ <!-- What does this change and why? -->
3+
4+ ## Changed files
5+ <!-- Key files touched and a one-line reason each. -->
6+
7+ ## Testing performed
8+ - [ ] ` uv run ruff check . `
9+ - [ ] ` uv run pytest `
10+ - [ ] Manual run on macOS / Apple Silicon
11+
12+ ## Safety notes
13+ <!-- Core/backend behavior preserved? Anything irreversible? -->
14+
15+ ## Screenshots
16+ <!-- Required if the UI changed. -->
Original file line number Diff line number Diff line change 7777# Backup files
7878** /* .backup
7979docs /* .backup
80+
81+ # ── Workspace standard hygiene (added 2026-06-09, appended only) ──
82+ Icon ?
83+ .mypy_cache /
84+ .ty /
85+ env /
86+ * .spec.bak
87+ * .bak
88+ .env
89+ * .pem
90+ * .key
91+ * .p12
92+ * .mobileprovision
You can’t perform that action at this time.
0 commit comments