Skip to content

Commit 3fe40ea

Browse files
committed
Add bug_report.md & feature_request.md
1 parent c21beae commit 3fe40ea

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bug report
3+
about: Report a bug in Bacon
4+
---
5+
6+
**Bacon code that reproduces the bug:**
7+
```bacon
8+
// your code
9+
```
10+
11+
**Expected behavior:**
12+
13+
**Actual behavior:**
14+
15+
**Bacon version (commit hash):**
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Suggest a feature for Bacon
4+
---
5+
6+
**Description:**
7+
8+
**Example syntax:**
9+
```bacon
10+
// what would it look like?
11+
```
12+
13+
**Why it would be useful:**

0 commit comments

Comments
 (0)