File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments