Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Commit 6ed7332

Browse files
committed
docs(hygiene): improve portability and issue template defaults
1 parent 4f429e8 commit 6ed7332

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
id: os_version
1313
attributes:
1414
label: macOS version
15-
placeholder: "macOS 26.4"
15+
placeholder: "macOS 15.3"
1616
validations:
1717
required: true
1818
- type: input

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ body:
2323
attributes:
2424
label: Environment
2525
description: macOS version and architecture
26-
placeholder: "macOS 26.4, arm64"
26+
placeholder: "macOS 15.3, arm64"
2727
validations:
2828
required: true

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
.cache/
77
.venv/
88
venv/
9+
.serena/
10+
.claude/
11+
.codex/
912

1013
# Temporary debug artifacts
1114
/tmp

docs/maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Update workflow
44

55
```bash
6-
cd /Users/rldyourmnd/projects/new-macos-dev-setup
6+
cd ~/projects/new-macos-dev-setup
77
git pull
88
./install-macos.sh --start-orbstack
99
```

docs/verification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Run:
66

77
```bash
8-
cd /Users/rldyourmnd/projects/new-macos-dev-setup
8+
cd ~/projects/new-macos-dev-setup
99
./install-macos.sh
1010
```
1111

0 commit comments

Comments
 (0)