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 : Something isn't working
4+ labels : bug
5+ ---
6+
7+ ** What happened?**
8+
9+ ** What did you expect?**
10+
11+ ** Steps to reproduce**
12+
13+ 1 .
14+ 2 .
15+ 3 .
16+
17+ ** Environment**
18+
19+ - OS: (e.g. Ubuntu 24.04, Arch Linux)
20+ - Baudbot version: (` cat ~/.pi/agent/baudbot-version.json ` or git SHA)
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest a new feature or improvement
4+ labels : enhancement
5+ ---
6+
7+ ** What problem does this solve?**
8+
9+ ** What does the solution look like?**
10+
11+ ** Alternatives considered**
Original file line number Diff line number Diff line change 1+ ## What
2+
3+ <!-- What does this PR do? -->
4+
5+ ## Checklist
6+
7+ - [ ] Tests pass (` bin/test.sh ` )
8+ - [ ] Lint passes (` npm run lint ` )
9+ - [ ] Docs updated (if behavior changed)
10+ - [ ] Security audit passes (` bin/security-audit.sh --deep ` ) — if touching security code
You can’t perform that action at this time.
0 commit comments