This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bab2045
commit 98d564e
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: Bug Report | ||
about: Is something not working as expected? Let us know to help us improve! | ||
title: '' | ||
labels: 'bug' | ||
--- | ||
|
||
## Bug Report | ||
|
||
**Current behavior** | ||
A clear and concise description of what the bug is (with optional code snippets). | ||
|
||
<!-- | ||
Faulty step flow? | ||
```yaml | ||
- type: createIssue | ||
title: Title of the issue | ||
body: issue-body.md | ||
comments: | ||
- issue-comment.md | ||
``` | ||
Faulty JavaScript? | ||
```js | ||
// Your code here | ||
``` | ||
--> | ||
|
||
**Reproduction** | ||
Steps to reproduce the behavior in GitHub Learning Lab: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen (with optional code snippets). | ||
|
||
**Possible solution** | ||
<!--- Only if you have suggestions on a fix for the bug --> | ||
|
||
**Additional context** | ||
Add any other context about the problem here. If applicable, add screenshots to help explain. |