Skip to content

Commit 15787f3

Browse files
authored
Add GitHub issue and PR templates (#27)
1 parent c56c09f commit 15787f3

3 files changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)