Skip to content

Commit b14a9d8

Browse files
committed
Update bug_report.md & feature_request.md
1 parent 3fe40ea commit b14a9d8

2 files changed

Lines changed: 21 additions & 7 deletions

File tree

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
---
22
name: Bug report
3-
about: Report a bug in Bacon
3+
about: Report unexpected behavior in Bacon
4+
title: '[Bug] '
5+
labels: bug
46
---
57

68
**Bacon code that reproduces the bug:**
79
```bacon
8-
// your code
10+
// minimal example
911
```
1012

11-
**Expected behavior:**
13+
**What you expected:**
1214

13-
**Actual behavior:**
15+
**What actually happened:**
16+
(Include error messages, stack traces, or unexpected output)
1417

15-
**Bacon version (commit hash):**
18+
**How are you running Bacon?**
19+
- [ ] Console mode (`dotnet run --project src/Bacon.Cli ...`)
20+
- [ ] Web server mode (`--serve`)
21+
- [ ] Other:
22+
23+
**Commit hash:**
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
---
22
name: Feature request
3-
about: Suggest a feature for Bacon
3+
about: Suggest a new feature for Bacon
4+
title: '[Feature] '
5+
labels: enhancement
46
---
57

68
**Description:**
9+
(What's the feature?)
710

811
**Example syntax:**
912
```bacon
1013
// what would it look like?
1114
```
1215

13-
**Why it would be useful:**
16+
**Why is this useful?**
17+
18+
**Alternative approaches considered:**
19+
(Optional)

0 commit comments

Comments
 (0)