Skip to content

Commit 1bdc8c3

Browse files
committed
docs: add issue and PR templates
1 parent 8891112 commit 1bdc8c3

3 files changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Report something that isn't working correctly
4+
labels: bug
5+
---
6+
7+
**What happened?**
8+
9+
10+
**What did you expect?**
11+
12+
13+
**Steps to reproduce**
14+
1.
15+
2.
16+
3.
17+
18+
**Environment**
19+
- OS: (e.g. NixOS 24.11, Ubuntu 24.04 on WSL2)
20+
- Docker version:
21+
- devproxy version:
22+
23+
**Logs**
24+
```
25+
Paste relevant output from `devproxy daemon` or `devproxy doctor` here
26+
```
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea or improvement
4+
labels: enhancement
5+
---
6+
7+
**What problem does this solve?**
8+
9+
10+
**Describe the solution you'd like**
11+
12+
13+
**Alternatives you've considered**
14+

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## What does this PR do?
2+
3+
4+
## How to test
5+
1.
6+
2.
7+
8+
## Checklist
9+
- [ ] `go test ./internal/... ./cmd/...` passes
10+
- [ ] No new warnings from `go vet`
11+
- [ ] Relevant tests added/updated

0 commit comments

Comments
 (0)