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

Commit 7a9d1b5

Browse files
authored
update bug report template
1 parent 05fb5b2 commit 7a9d1b5

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+5-25
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,27 @@
11
---
22
name: Bug Report
3-
about: Is something not working as expected? Let us know to help us improve!
3+
about: Is something not working as expected? Please help us improve!
44
title: ''
55
labels: 'bug'
66
---
77

88
## Bug Report
99

1010
**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-
-->
11+
A clear and concise description of what the bug is (with screenshots).
3212

3313
**Reproduction**
34-
Steps to reproduce the behavior in GitHub Learning Lab:
14+
Steps to reproduce the behavior in the course:
3515
1. Go to '...'
3616
2. Click on '....'
3717
3. Scroll down to '....'
3818
4. See error
3919

4020
**Expected behavior**
41-
A clear and concise description of what you expected to happen (with optional code snippets).
21+
A clear and concise description of what you expected to happen.
4222

4323
**Possible solution**
44-
<!--- Only if you have suggestions on a fix for the bug -->
24+
If you have suggestions, we'd love to hear them. If not, that's ok too.
4525

4626
**Additional context**
4727
Add any other context about the problem here. If applicable, add screenshots to help explain.

0 commit comments

Comments
 (0)