Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Something isn't working
labels: bug
---

**What happened?**

**What did you expect?**

**Steps to reproduce**

1.
2.
3.

**Environment**

- OS: (e.g. Ubuntu 24.04, Arch Linux)
- Baudbot version: (`cat ~/.pi/agent/baudbot-version.json` or git SHA)
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature request
about: Suggest a new feature or improvement
labels: enhancement
---

**What problem does this solve?**

**What does the solution look like?**

**Alternatives considered**
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## What

<!-- What does this PR do? -->

## Checklist

- [ ] Tests pass (`bin/test.sh`)
- [ ] Lint passes (`npm run lint`)
- [ ] Docs updated (if behavior changed)
- [ ] Security audit passes (`bin/security-audit.sh --deep`) — if touching security code