Skip to content

Commit 88dc0da

Browse files
committed
meta: add bug report and PR scaffolding
1 parent 43e645a commit 88dc0da

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Report a reproducible issue in this repository
4+
title: "[bug] "
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
## Summary
10+
11+
Describe the problem and the impact.
12+
13+
## Steps To Reproduce
14+
15+
1.
16+
2.
17+
3.
18+
19+
## Expected Behavior
20+
21+
Describe what you expected to happen.
22+
23+
## Actual Behavior
24+
25+
Describe what happened instead.
26+
27+
## Environment
28+
29+
- Commit or branch:
30+
- Runtime:
31+
- OS:
32+
33+
## Logs Or Screenshots
34+
35+
Add any relevant logs, stack traces, or screenshots.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Summary
2+
3+
- Describe the change.
4+
5+
## Testing
6+
7+
- [ ] Not run
8+
- [ ] `bun run build`
9+
- [ ] `bun run test`
10+
11+
## Risk
12+
13+
- Low
14+
- Medium
15+
- High
16+
17+
## Follow-ups
18+
19+
- None

0 commit comments

Comments
 (0)