Skip to content

Commit 1bbb34a

Browse files
committed
Add pull request template
1 parent fcd1fa7 commit 1bbb34a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.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+
Brief description of the changes.
4+
5+
## Changes
6+
7+
-
8+
9+
## Test plan
10+
11+
- [ ] `go test ./... -race` passes
12+
- [ ] `go vet ./...` clean
13+
- [ ] `gofmt -l` empty
14+
- [ ] New/changed commands tested with `--json` output
15+
- [ ] Safety model respected (dry-run, confirm, read-only) *(if applicable)*
16+
17+
## Related issues
18+
19+
Closes #

0 commit comments

Comments
 (0)