Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 70879c2

Browse files
authored
Create bug_report.md
1 parent 8b350cb commit 70879c2

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug Report
3+
about: Is something not working as expected? Let us know to help us improve!
4+
title: ''
5+
labels: 'bug'
6+
---
7+
8+
## Bug Report
9+
10+
**Current behavior**
11+
A clear and concise description of what the bug is (with optional code snippets).
12+
13+
<!--
14+
15+
Faulty step flow?
16+
17+
```yaml
18+
- type: createIssue
19+
title: Title of the issue
20+
body: issue-body.md
21+
comments:
22+
- issue-comment.md
23+
```
24+
25+
Faulty JavaScript?
26+
27+
```js
28+
// Your code here
29+
```
30+
31+
-->
32+
33+
**Reproduction**
34+
Steps to reproduce the behavior in GitHub Learning Lab:
35+
1. Go to '...'
36+
2. Click on '....'
37+
3. Scroll down to '....'
38+
4. See error
39+
40+
**Expected behavior**
41+
A clear and concise description of what you expected to happen (with optional code snippets).
42+
43+
**Possible solution**
44+
<!--- Only if you have suggestions on a fix for the bug -->
45+
46+
**Additional context**
47+
Add any other context about the problem here. If applicable, add screenshots to help explain.

0 commit comments

Comments
 (0)