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